Update change logs

This commit is contained in:
Theo Arends 2025-10-25 14:18:20 +02:00
parent ea0bf79291
commit 459b06ce6c
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ All notable changes to this project will be documented in this file.
- Berry `cb.free_cb` for extension manager (#24014)
- Berry `light.get()` direct access to values (#24033)
- HostedMCU file update using command `HostedLoad <version>|<filename>`
- Berry add `gc_heap` and `gc_time` to `tasmota.memory()`
- Berry `gc_heap` and `gc_time` to `tasmota.memory()` (#24054)
### Breaking Changed

View File

@ -118,6 +118,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- TLS enabled ECDSA by default for ESP8266 [#24009](https://github.com/arendst/Tasmota/issues/24009)
- Berry `cb.free_cb` for extension manager [#24014](https://github.com/arendst/Tasmota/issues/24014)
- Berry `light.get()` direct access to values [#24033](https://github.com/arendst/Tasmota/issues/24033)
- Berry `gc_heap` and `gc_time` to `tasmota.memory()` [#24054](https://github.com/arendst/Tasmota/issues/24054)
### Breaking Changed