Update changelogs

This commit is contained in:
Theo Arends 2025-09-29 09:56:51 +02:00
parent 194124a26f
commit d2852de8b1
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
## [15.0.1.4]
### Added
- ESP32 Extension Manager, replacing loading of Partition Wizard (#23955)
- Berry animation framework web ui to compile DSL
- Berry animation framework web ui to compile DSL (#23962)
### Breaking Changed

View File

@ -134,6 +134,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- 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)
- Berry animation framework web ui to compile DSL [#23962](https://github.com/arendst/Tasmota/issues/23962)
### Breaking Changed
- Berry `animate` framework is DEPRECATED, will be replace by `animation` framework [#23854](https://github.com/arendst/Tasmota/issues/23854)