From 9b01d2838179ba9c460e8b97be472a978c44e2d3 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:32:30 +0200 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 077f9e12d..cbe0453bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file. - OpenTherm library from v0.9.0 to v1.1.5 (#23704) ### Fixed -- NeoPool fix reset to default settings +- NeoPool reset to default settings (#23734) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 195d06ff8..6a62b9f1b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -142,6 +142,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Fixed - AHT30 sensor start with null values after deep sleep [#23624](https://github.com/arendst/Tasmota/issues/23624) +- NeoPool reset to default settings [#23734](https://github.com/arendst/Tasmota/issues/23734) - Berry vulnerability in JSON parsing for unicode [#23603](https://github.com/arendst/Tasmota/issues/23603) - Berry security issues in `int64` and improve documentation [#23605](https://github.com/arendst/Tasmota/issues/23605) - Berry security issues in `berry_mapping` and improve documentation [#23606](https://github.com/arendst/Tasmota/issues/23606)