Update changelogs

This commit is contained in:
Theo Arends 2024-02-17 15:31:06 +01:00
parent 2068879c23
commit 236eb77af1
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file.
- Berry class `int64` made immutable (#20727)
- LVGL make lv_touch_3_buttons more responsive (#20728)
- HASPmota fix and improve demo with pixel-perfect fonts (#20734)
- NeoPool webUI pH alarms (4 & 5) completed
- NeoPool webUI pH alarms (4 & 5) completed (#20743)
### Fixed
- ESP32 PWM activity on unconfigured PWM GPIOs (#20732)

View File

@ -125,6 +125,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
### Changed
- ESP32 Core3 platform update from 2024.01.12 to 2024.02.10 [#20730](https://github.com/arendst/Tasmota/issues/20730)
- NeoPool webUI pH alarms (4 & 5) completed (#20743)[#20743](https://github.com/arendst/Tasmota/issues/20743)
- 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)
- HASPmota fix and improve demo with pixel-perfect fonts [#20734](https://github.com/arendst/Tasmota/issues/20734)