Update change logs

This commit is contained in:
Theo Arends 2025-10-18 13:49:50 +02:00
parent 9011e9a69e
commit 2b63276cdb
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Refactored library UDisplay (#24007)
- LVGL library from v9.3.0 to v9.4.0
- LVGL library from v9.3.0 to v9.4.0 (#24028)
### Fixed
- TLS fix ECDSA and add `SetOption165 1` to enable ECDSA in addition to RSA (#24000)

View File

@ -120,6 +120,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Breaking Changed
### Changed
- LVGL library from v9.3.0 to v9.4.0 [#24028](https://github.com/arendst/Tasmota/issues/24028)
- Refactored library UDisplay [#24007](https://github.com/arendst/Tasmota/issues/24007)
### Fixed