diff --git a/CHANGELOG.md b/CHANGELOG.md index 614794a2ce7c..a8b5bd71105b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ All notable changes to this project will be documented in this file. ### Changed - Support syslog updates every sleep or every second if `#define SYSLOG_UPDATE_SECOND` (#20260) - Moved Berry animate to its own `berry_animate` lib (#20309) -- Relax checks of Partition Wizard for newest Shelly +- Relax checks of Partition Wizard for newest Shelly (#20349) ### Fixed - Matter Contact sensor was not triggering any update (#20232) @@ -30,7 +30,7 @@ All notable changes to this project will be documented in this file. - Syslog server warning caused by lack of field and hostname starting with 'z' (#14689) - Support for Domoticz floor/room topics. Regression from v12.0.1 (#20299) - Berry claiming UART0 if needed (#20324) -- LVGL fix type for lv_imgbtn +- LVGL fix type for lv_imgbtn (#20354) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index a526e6cbe92a..822337b1966b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -139,6 +139,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Syslog server warning caused by lack of field and hostname starting with 'z' [#14689](https://github.com/arendst/Tasmota/issues/14689) - Support for Domoticz floor/room topics. Regression from v12.0.1 [#20299](https://github.com/arendst/Tasmota/issues/20299) - ESP32 piezo ceramic buzzer doesn't buzz [#20118](https://github.com/arendst/Tasmota/issues/20118) +- LVGL fix type for lv_imgbtn [#20354](https://github.com/arendst/Tasmota/issues/20354) - Berry claiming UART0 if needed [#20324](https://github.com/arendst/Tasmota/issues/20324) - Matter Contact sensor was not triggering any update [#20232](https://github.com/arendst/Tasmota/issues/20232)