diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc408e9d..4b731cc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file. - Epdiy library from v1.0.0 to v2.0.0 - ESP8266 platform update from 2025.07.00 to 2025.08.00 (#23801) - Support for ESP32-C5 (#23804) -- Berry update of preview of animation framework +- Berry update of preview of animation framework (#23816) ### Fixed - Syslog RFC5424 compliance (#23509) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 27d7a9e01..5187ab637 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -127,7 +127,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Support for ESP32-C5 [#23804](https://github.com/arendst/Tasmota/issues/23804) - ESP32-P4 command `HostedOta` [#23675](https://github.com/arendst/Tasmota/issues/23675) - Berry f-strings now support ':' in expression [#23618](https://github.com/arendst/Tasmota/issues/23618) -- Berry preview of animation framework [#23740](https://github.com/arendst/Tasmota/issues/23740) +- Berry preview of animation framework [#23816](https://github.com/arendst/Tasmota/issues/23816) - Berry `call()` now works for classes [#23744](https://github.com/arendst/Tasmota/issues/23744) ### Breaking Changed