update changelogs

This commit is contained in:
Theo Arends 2025-08-23 14:37:06 +02:00
parent 772ba227e2
commit ab2572244e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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