From dfafd34e55f00a1adaec0455ba72b01efbdc05a0 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 24 Oct 2021 11:26:50 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 +++ RELEASENOTES.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c361ef03e..ff6a13515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,12 @@ All notable changes to this project will be documented in this file. ### Changed - File editor no-wrap (#13427) - ESP32 core library from v1.0.7.4 to v1.0.7.5 +- ESP32C3 core library from v2.0.0-post to v2.0.1-rc1 ### Fixed - Initial reset RTC memory based variables like EnergyToday and EnergyTotal +- ESP32 Telegram compile error (#13435) +- SML compile error (#13441) - GUI checkbox MQTT TLS not saved regression from v9.2.0.3 (#13442) ## [Released] diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c9edb31d9..eccf686d5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -107,7 +107,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo ### Changed - File editor no-wrap [#13427](https://github.com/arendst/Tasmota/issues/13427) - ESP32 core library from v1.0.7.4 to v1.0.7.5 +- ESP32C3 core library from v2.0.0-post to v2.0.1-rc1 ### Fixed - Initial reset RTC memory based variables like EnergyToday and EnergyTotal +- ESP32 Telegram compile error [#13435](https://github.com/arendst/Tasmota/issues/13435) +- SML compile error [#13441](https://github.com/arendst/Tasmota/issues/13441) - GUI checkbox MQTT TLS not saved regression from v9.2.0.3 [#13442](https://github.com/arendst/Tasmota/issues/13442)