From a2c97156098cd063eed97e5f12e4630ff17e7387 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 9 Oct 2025 10:21:29 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07cc813ab..61e809ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,8 @@ All notable changes to this project will be documented in this file. - ESP32 Platform from 2025.09.30 to 2025.10.30, Framework (Arduino Core) from v3.1.3.250808 to v3.1.4 and IDF from v5.3.3.250801 to v5.3.4.250826 (#23971) ### Fixed -- Berry fixed 'be_top is non zero' warning when calling C mapped functions -- Berry fixed 'be_top is non zero' when `Br` command fails +- Berry fixed 'be_top is non zero' warning when calling C mapped functions (#23989) +- Berry fixed 'be_top is non zero' when `Br` command fails (#23990) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c5f66ac63..3e7e5a65d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -164,6 +164,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry security issues in `berry_mapping` and improve documentation [#23606](https://github.com/arendst/Tasmota/issues/23606) - Berry Hue regression from #23429 [#23623](https://github.com/arendst/Tasmota/issues/23623) - Berry calling `setmember` with a function [#23825](https://github.com/arendst/Tasmota/issues/23825) +- Berry fixed 'be_top is non zero' warning when calling C mapped functions [#23989](https://github.com/arendst/Tasmota/issues/23989) +- Berry fixed 'be_top is non zero' when `Br` command fails [#23990](https://github.com/arendst/Tasmota/issues/23990) - LVGL restore `lv_chart.set_range` removed in LVGL 9.3.0 in favor of `lv_chart.set_axis_range` [#23567](https://github.com/arendst/Tasmota/issues/23567) ### Removed