Update changelogs

This commit is contained in:
Theo Arends 2024-02-14 19:19:24 +01:00
parent 1d1d785f51
commit cbc9796c92
2 changed files with 5 additions and 3 deletions

View File

@ -9,8 +9,9 @@ All notable changes to this project will be documented in this file.
### Breaking Changed
### Changed
- Berry class `int64` made immutable
- LVGL make lv_touch_3_buttons more responsive
- ESP32 Core3 SPI ethernet support for all models
- Berry class `int64` made immutable (#20727)
- LVGL make lv_touch_3_buttons more responsive (#20728)
### Fixed

View File

@ -122,7 +122,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Breaking Changed
### Changed
- ESP32 core3 SPI ethernet support for all models
- Berry class `int64` made immutable [#20727](https://github.com/arendst/Tasmota/issues/20727)
- LVGL make lv_touch_3_buttons more responsive [#20728](https://github.com/arendst/Tasmota/issues/20728)
### Fixed