Update change logs

This commit is contained in:
Theo Arends
2026-05-12 09:45:44 +02:00
parent 4f37c1da4a
commit 57de0b641e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
- ESP32 Platform from 2026.04.50 to 2026.05.50, Framework (Arduino Core) from v3.3.8 to v3.3.8.260506 and IDF v5.5.4.260407 (#24718)
- Berry `format()` now uses internal `ext_snprintf_P()` for floating point formatting (#24725)
- ESP8266 wrap printf and replace with stubs reducing flash size by 6k (#24714)
- LVGL splash screen uses default Montserrat-14 instead of Montserrat-20 on small screens
- LVGL splash screen uses default Montserrat-14 instead of Montserrat-20 on small screens (#24735)
### Fixed
- NeoPool possible overflow/div-zero errors and Hydrolysis module detection (#24724)
+2
View File
@@ -128,6 +128,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- ESP32 Platform from 2025.04.30 to 2026.05.50, Framework (Arduino Core) from v3.1.11 to v3.3.8.260506 and IDF from v5.3.4.260127 to v5.5.4.260407 [#24718](https://github.com/arendst/Tasmota/issues/24718)
- ESP8266 wrap printf and replace with stubs reducing flash size by 6k [#24714](https://github.com/arendst/Tasmota/issues/24714)
- Berry `format()` now uses internal `ext_snprintf_P()` for floating point formatting [#24725](https://github.com/arendst/Tasmota/issues/24725)
- LVGL splash screen uses default Montserrat-14 instead of Montserrat-20 on small screens [#24735](https://github.com/arendst/Tasmota/issues/24735)
### Fixed
- NeoPool possible overflow/div-zero errors and Hydrolysis module detection [#24724](https://github.com/arendst/Tasmota/issues/24724)