From 440470b65e2691dc85dc5ddcb40adf262ba0042d Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:22:46 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 3 ++- RELEASENOTES.md | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 790711a76..e47c54199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,11 @@ All notable changes to this project will be documented in this file. - MAX31855/MAX6675 sensors driver support up to 6 (#19329) - ESP32 analog from `analogRead()` to calibrated `analogReadMilliVolts()` (#19732) - I2S refactoring in preparation for core 3 (#19749) -- Teleinfo use Apparent Power as Active Power approximation +- Teleinfo use Apparent Power as Active Power approximation (#19756) ### Fixed - ESP32 shutter frequency (#19717) +- ModbusBridge write memory leak (#19758) ### Removed - WiFiClientSecure in favour of WiFiClientSecureLightBearSSL (#19725) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 03ea33d6c..a1f8b0395 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -137,6 +137,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Display invert setting after tasmota start in uDisplay driver [#19337](https://github.com/arendst/Tasmota/issues/19337) - Consolidate SGP40 and SGP41 into SGP4x driver [#19560](https://github.com/arendst/Tasmota/issues/19560) - MAX31855/MAX6675 sensors driver support up to 6 [#19329](https://github.com/arendst/Tasmota/issues/19329) +- Teleinfo use Apparent Power as Active Power approximation [#19756](https://github.com/arendst/Tasmota/issues/19756) + - ESP32 LittleFS updated to version with grow option [#19635](https://github.com/arendst/Tasmota/issues/19635) - ESP32 I2S audio preparation for Arduino Core v3 [#19637](https://github.com/arendst/Tasmota/issues/19637) - ESP32 analog from `analogRead()` to calibrated `analogReadMilliVolts()` [#19732](https://github.com/arendst/Tasmota/issues/19732) @@ -146,6 +148,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Teleinfo power [#19381](https://github.com/arendst/Tasmota/issues/19381) - Exception 3 in IRHVAC [#19389](https://github.com/arendst/Tasmota/issues/19389) - PCF8574 mode 1 with base relays exception 3/28 regression from v12.4.0.4 [#19408](https://github.com/arendst/Tasmota/issues/19408) +- ModbusBridge write memory leak [#19758](https://github.com/arendst/Tasmota/issues/19758) + - ESP32 DS18x20 driver support extended over GPIO33 - ESP32 Support for IPv6 link-local zones for esp-idf 5.1 (necessary for Matter) - ESP32 Shutter migration [#19454](https://github.com/arendst/Tasmota/issues/19454)