From e375448090c38210407730c3348ce24c4641942a Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 2 Jan 2023 12:31:46 +0100 Subject: [PATCH] Update change logs --- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40027b536..119ada0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. - Energy totals max supported value from +/-21474.83647 to +/-2147483.647 kWh ### Fixed +- Energy dummy switched voltage and power regression from v12.2.0.2 ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7c2b9fbde..0d4803065 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -130,6 +130,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Fixed - Modbus transmit enable GPIO enabled once during write buffer +- Energy dummy switched voltage and power regression from v12.2.0.2 - ESP8266 set GPIO's to input on power on fixing relay spikes [#17531](https://github.com/arendst/Tasmota/issues/17531) - Shutter default motorstop set to 0 [#17403](https://github.com/arendst/Tasmota/issues/17403) - Shutter default tilt configuration [#17484](https://github.com/arendst/Tasmota/issues/17484)