update changelogs

This commit is contained in:
Theo Arends 2024-01-27 23:56:55 +01:00
parent 9454336f3c
commit 1e7bbfcc00
2 changed files with 3 additions and 1 deletions

View File

@ -17,9 +17,10 @@ All notable changes to this project will be documented in this file.
- Refactored rules USE_EXPRESSION and SUPPORT_IF_STATEMENT replacing LinkedList with arrays and enabled by default
- ESP32 Core3 platform update from 2024.01.11 to 2024.01.12 (#20576)
- Utouch optimizations, rgb i2c init (#20596)
- GPIO Viewer update from 1.0.7 to 1.5.0
### Fixed
- Berry C mapping, raise an error if too many arguments are sent
- Berry C mapping, raise an error if too many arguments are sent (#20604)
### Removed

View File

@ -195,6 +195,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- 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)
- Berry assigment to list with negative index [#20537](https://github.com/arendst/Tasmota/issues/20537)
- Berry C mapping, raise an error if too many arguments are sent [#20604](https://github.com/arendst/Tasmota/issues/20604)
- Matter Contact sensor was not triggering any update [#20232](https://github.com/arendst/Tasmota/issues/20232)
- Matter support for Alexa [#20545](https://github.com/arendst/Tasmota/issues/20545)