From 80c9ee0f0bfdfe489ad7be4e5a68dc6dd6180323 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 2 Jan 2022 13:21:52 +0100 Subject: [PATCH] Update RELEASENOTES.md --- RELEASENOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 65b428450..6767ab925 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -113,6 +113,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo ### Changed - PubSubClient library from v2.8.12 to v2.8.13 +- ESP8266Audio library from v1.9.2 to v1.9.5 +- ESP8266SAM library from v1.0 to v1.0.1 - From Semantic Versioning (SemVer) to Calendar Versioning (CalVer) - Mitsubishi HVAC temperature resolution [#13936](https://github.com/arendst/Tasmota/issues/13936) - Remove restriction of topic must differ from mqttclient [#14019](https://github.com/arendst/Tasmota/issues/14019)