Update changelogs

This commit is contained in:
Theo Arends 2025-10-09 10:21:29 +02:00
parent e63dbcaa3f
commit a2c9715609
2 changed files with 4 additions and 2 deletions

View File

@ -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) - 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 ### Fixed
- Berry fixed 'be_top is non zero' warning when calling C mapped functions - 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 - Berry fixed 'be_top is non zero' when `Br` command fails (#23990)
### Removed ### Removed

View File

@ -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 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 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 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) - 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 ### Removed