diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f526a72e..071cabadd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file. ## [13.4.0.1] ### Added +- Experimental support for LoRa - HASPmota `pb.delete` to delete an object (#20735) - LVGL and HASPmota typicons font (#20742) - HASPmota more attributes (#20744) - QMC5883l check for overflow and scale reading (#20643) - TasMesh support for LWT messages (#20392) - Show calculated heat index if temperature and humidity is available with ``#define USE_HEAT_INDEX`` (#4771) -- Berry add explicit error log when memory allocation fails +- Berry add explicit error log when memory allocation fails (#20807) ### Breaking Changed @@ -21,7 +22,7 @@ All notable changes to this project will be documented in this file. - LVGL make lv_touch_3_buttons more responsive (#20728) - HASPmota fix and improve demo with pixel-perfect fonts (#20734) - NeoPool webUI pH alarms (4 & 5) completed (#20743) -- Matter reduce memory usage when reading with wildcards +- Matter reduce memory usage when reading with wildcards (#20809) ### Fixed - ESP32 PWM activity on unconfigured PWM GPIOs (#20732) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ddd9bb3b3..d806a5637 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -118,9 +118,11 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v13.4.0.1 ### Added +- Experimental support for LoRa - Show calculated heat index if temperature and humidity is available with ``#define USE_HEAT_INDEX`` [#4771](https://github.com/arendst/Tasmota/issues/4771) - TasMesh support for LWT messages [#20392](https://github.com/arendst/Tasmota/issues/20392) - QMC5883l check for overflow and scale reading [#20643](https://github.com/arendst/Tasmota/issues/20643) +- Berry add explicit error log when memory allocation fails [#20807](https://github.com/arendst/Tasmota/issues/20807) - HASPmota `pb.delete` to delete an object [#20735](https://github.com/arendst/Tasmota/issues/20735) - LVGL and HASPmota typicons font [#20742](https://github.com/arendst/Tasmota/issues/20742) @@ -130,6 +132,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - ESP32 Core3 platform update from 2024.01.12 to 2024.02.10 [#20730](https://github.com/arendst/Tasmota/issues/20730) - NeoPool webUI pH alarms (4 & 5) completed (#20743)[#20743](https://github.com/arendst/Tasmota/issues/20743) - Berry class `int64` made immutable [#20727](https://github.com/arendst/Tasmota/issues/20727) +- Matter reduce memory usage when reading with wildcards [#20809](https://github.com/arendst/Tasmota/issues/20809) - LVGL make lv_touch_3_buttons more responsive [#20728](https://github.com/arendst/Tasmota/issues/20728) - HASPmota fix and improve demo with pixel-perfect fonts [#20734](https://github.com/arendst/Tasmota/issues/20734) - HASPmota more attributes [#20744](https://github.com/arendst/Tasmota/issues/20744)