From f2725f1bd05e60a300a20086cae202783b8d412c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 1 Jan 2022 13:08:27 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 ++++- RELEASENOTES.md | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9ff2ca21..88d70e0ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file. ## [2022.01.1] ### Changed -- Versioning from SemVer to CalVer +- From Semantic Versioning (SemVer) to Calendar Versioning (CalVer) + +### Fixed +- Intermittent exceptions and heap corruption due to PubSubClient library buffer overflow (#13700) ## [10.1.0.3] 20211231 ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 3d67c5d44..2978c9d11 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -112,10 +112,12 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo ### Breaking Changed ### Changed +- 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) ### Fixed +- Intermittent exceptions and heap corruption due to PubSubClient library buffer overflow [#13700](https://github.com/arendst/Tasmota/issues/13700) - EZOO2 sensor message format [#14000](https://github.com/arendst/Tasmota/issues/14000) - DHT support negative temperatures on different hardware [#14173](https://github.com/arendst/Tasmota/issues/14173) - Hardware serial parity and stop bits support [#14212](https://github.com/arendst/Tasmota/issues/14212)