From ab2572244e402f5d28aae58ea6bc8cb005bfda94 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 23 Aug 2025 14:37:06 +0200 Subject: [PATCH] update changelogs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc408e9d..4b731cc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 27d7a9e01..5187ab637 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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