diff --git a/CHANGELOG.md b/CHANGELOG.md index d322aa03e..32e00dc50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4d8387dc5..8aabdf518 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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)