From d2852de8b11f4f70f357e5349486a614cf97a1c0 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:56:51 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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)