Update changelogs

This commit is contained in:
Theo Arends 2025-06-18 15:55:53 +02:00
parent 7d7a9ea6fb
commit fef5ee9a6f
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
- Library names (#23560)
### Fixed
- LVGL restore `lv_chart.set_range` removed in LVGL 9.3.0 in favor of `lv_chart.set_axis_range`
- LVGL restore `lv_chart.set_range` removed in LVGL 9.3.0 in favor of `lv_chart.set_axis_range` (#23567)
### Removed

View File

@ -121,9 +121,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Breaking Changed
### Changed
- BLE updates for esp-nimble-cpp v2.x [#23553](https://github.com/arendst/Tasmota/issues/23553)
- Library names [#23560](https://github.com/arendst/Tasmota/issues/23560)
- BLE updates for esp-nimble-cpp v2.x [#23553](https://github.com/arendst/Tasmota/issues/23553)
### Fixed
- 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