Update change logs

This commit is contained in:
Theo Arends
2026-04-21 18:17:00 +02:00
parent 39b34c6e0c
commit ad402c3be7
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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
+2
View File
@@ -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)