From ad402c3be70a426a3c70d2a021b94d24a763d5cd Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:17:00 +0200 Subject: [PATCH] Update change logs --- CHANGELOG.md | 2 ++ RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b4e94b6f..ec80a1d1f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ All notable changes to this project will be documented in this file. - Berry faster compilation (#24656) ### Fixed +- Mitsubishi Electric HVAC memory leak and other issues for MiElHVAC (#24660) +- I2S mkv muxing for files (#24666) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2981d8250..1a65f7c10 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -156,8 +156,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Don't send extraneous `0\r\n\r\n` with non-chunked HTTP/1.0 [#24518](https://github.com/arendst/Tasmota/issues/24518) - Shelly Dimmer 2 serial timeout regression from v15.2.0.1 [#24560](https://github.com/arendst/Tasmota/issues/24560) - NeoPool possible IntegerDivideByZero [#24578](https://github.com/arendst/Tasmota/issues/24578) +- Mitsubishi Electric HVAC memory leak and other issues for MiElHVAC [#24660](https://github.com/arendst/Tasmota/issues/24660) - File upload improvements: `/ufsu` api mode, no interrupts disabling, cleaner confirmation page [#24521](https://github.com/arendst/Tasmota/issues/24521) - Do not free BT memory when in use [#24480](https://github.com/arendst/Tasmota/issues/24480) +- I2S mkv muxing for files [#24666](https://github.com/arendst/Tasmota/issues/24666) - Berry avoid `tasmota.wifi()` returning bad values when wifi is turned off [#24505](https://github.com/arendst/Tasmota/issues/24505) - Berry crash when comparing for equality float literals on ESP32 [#24610](https://github.com/arendst/Tasmota/issues/24610)