From 07eb51764a3b6f1d1368c85a7d534fec3c2ccd9c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:54:32 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 2 ++ RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ea7bba6..f24df8425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ All notable changes to this project will be documented in this file. - ModbusBridge request and response logic (#22075) - Berry energy missing attributes (#22116) - Zigbee flashing CC2562P with latest firmware (#22117) +- SML trx pin error (#22119) +- Shutter remaining issues on shutterinvert (#22120) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1b372723c..91ae03316 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -147,8 +147,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Fixed - Crash when calling TasmotaSerial destructor when initialized with incorrect arguments [#22036](https://github.com/arendst/Tasmota/issues/22036) - Energy calculation [#20653](https://github.com/arendst/Tasmota/issues/20653) +- SML trx pin error [#22119](https://github.com/arendst/Tasmota/issues/22119) - Shutter timing registers overflow [#21966](https://github.com/arendst/Tasmota/issues/21966) - Shutter missing HOLD on shutterbutton [#22108](https://github.com/arendst/Tasmota/issues/22108) +- Shutter remaining issues on shutterinvert [#22120](https://github.com/arendst/Tasmota/issues/22120) - PZEM continue energy monitoring when one phase fails [#21968](https://github.com/arendst/Tasmota/issues/21968) - BearSSL panic on ESP8266 in rare conditions [#22017](https://github.com/arendst/Tasmota/issues/22017) - ModbusBridge request and response logic [#22075](https://github.com/arendst/Tasmota/issues/22075)