Update changelogs

This commit is contained in:
Theo Arends 2025-08-30 16:51:29 +02:00
parent 7c5b99e2dc
commit 89dc419134
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -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)