From 236eb77af18ffc8eecccfaa5570023ccda304fbe Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 17 Feb 2024 15:31:06 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68354b44a..04a36407c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6f51d26aa..137855050 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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)