From 9451f20b43e4a7c153cb8ad31ab1abbc31f4db33 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:46:14 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 ++- RELEASENOTES.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be3b269e..cf6c3f32e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ All notable changes to this project will be documented in this file. ### Changed - SerialBridge command ``SSerialSend9`` replaced by ``SSerialMode`` -- NeoPool using temperature as only frequently changing value for NPTeleperiod +- SML replace vars in descriptor and line (#21622) +- NeoPool using temperature as only frequently changing value for NPTeleperiod (#21628) ### Fixed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index d39dc5be3..8053c289e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -129,13 +129,15 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry `classof` extended to class methods [#21615](https://github.com/arendst/Tasmota/issues/21615) - HASPmota rounds to nearest int values passed as 'real' [#21599](https://github.com/arendst/Tasmota/issues/21599) - Matter support for Air Quality sensors [#21559](https://github.com/arendst/Tasmota/issues/21559) -- Matter support for bridged Air Quality (#21597)[#21597](https://github.com/arendst/Tasmota/issues/21597) +- Matter support for bridged Air Quality [#21597](https://github.com/arendst/Tasmota/issues/21597) ### Changed - Optional MQTT_TELE_RETAIN to Energy Margins message replaced by ``SensorRetain`` - Display timing splash screen with display modes 1 to 5 - Allow receive or send using SerialBridge - SerialBridge command ``SSerialSend9`` replaced by ``SSerialMode`` +- SML replace vars in descriptor and line [#21622](https://github.com/arendst/Tasmota/issues/21622) +- NeoPool using temperature as only frequently changing value for NPTeleperiod [#21628](https://github.com/arendst/Tasmota/issues/21628) - ESP32 Core3 platform update from 2024.05.13 to 2024.06.10 [#21569](https://github.com/arendst/Tasmota/issues/21569) - ESP32 MI32 refactoring, bugfixes, generic device scanning [#21603](https://github.com/arendst/Tasmota/issues/21603) - Matter refactoring of bridged devices [#21575](https://github.com/arendst/Tasmota/issues/21575)