diff --git a/CHANGELOG.md b/CHANGELOG.md index 82ef7f72b..83b304a91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index acecbf561..41f2f7070 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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)