diff --git a/CHANGELOG.md b/CHANGELOG.md index 22fc10903..a41fcc3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ All notable changes to this project will be documented in this file. - Increase number of supported LoRaWan nodes from 4 to 16 - Berry change number parser for json to reuse same parser as lexer (#23505) - Berry increase web hooks from 16 to 32 (#23507) -- ESP32 LVGL library from v9.2.2 to v9.3.0 +- ESP32 LVGL library from v9.2.2 to v9.3.0 (#23518) ### Fixed - Haspmota `haspmota.parse()` page parsing (#23403) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 873153e0b..65c411404 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -140,6 +140,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Changed - ESP8266 platform update from 2024.09.00 to 2025.05.00 [#23448](https://github.com/arendst/Tasmota/issues/23448) - ESP32 Platform from 2025.04.30 to 2025.05.30, Framework (Arduino Core) from v3.1.3.250411 to v3.1.3.250504 and IDF from v5.3.2.250403 to v5.3.3.250501 [#23404](https://github.com/arendst/Tasmota/issues/23404) +- ESP32 LVGL library from v9.2.2 to v9.3.0 [#23518](https://github.com/arendst/Tasmota/issues/23518) - GPIOViewer from v1.6.2 to v1.6.3 (No functional change) - Allow command `WebRefresh` minimum from 1000 to 400 mSec - Increase number of supported LoRaWan nodes from 4 to 16