diff --git a/CHANGELOG.md b/CHANGELOG.md index 488615771..26fda8983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,10 @@ All notable changes to this project will be documented in this file. ### Added - ESP32 ROM SHA Hardware Acceleration to BearSSL (#23819) - Extend state JSON message with functional hostname and ipaddress which could be WiFi or Ethernet -- Berry multiplication between string and int +- Berry multiplication between string and int (#23850) ### Breaking Changed -- Berry `animate` framework is DEPRECATED, will be replace by `animation` framework +- Berry `animate` framework is DEPRECATED, will be replace by `animation` framework (#23854) ### Changed - ESP32 Platform from 2025.07.31 to 2025.08.30, Framework (Arduino Core) from v3.1.3.250712 to v3.1.3.250808 and IDF from v5.3.3.250707 to v5.3.3.250801 (#23778) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index aade9d4bb..a540ae48f 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -131,8 +131,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry f-strings now support ':' in expression [#23618](https://github.com/arendst/Tasmota/issues/23618) - 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) +- Berry multiplication between string and int [#23850](https://github.com/arendst/Tasmota/issues/23850) ### Breaking Changed +- Berry `animate` framework is DEPRECATED, will be replace by `animation` framework [#23854](https://github.com/arendst/Tasmota/issues/23854) ### Changed - ESP8266 platform update from 2025.05.00 to 2025.08.00 [#23801](https://github.com/arendst/Tasmota/issues/23801)