Update change logs

This commit is contained in:
Theo Arends 2025-10-30 14:06:06 +01:00
parent 37fa0ba699
commit fcf0809d8d
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ All notable changes to this project will be documented in this file.
- Berry `gc_heap` and `gc_time` to `tasmota.memory()` (#24054) - Berry `gc_heap` and `gc_time` to `tasmota.memory()` (#24054)
- Scripter array transfer via UFS (#24060) - Scripter array transfer via UFS (#24060)
- ESP8266 GPIOViewer memory map if enabled with `#define GV_USE_ESPINFO` - ESP8266 GPIOViewer memory map if enabled with `#define GV_USE_ESPINFO`
- Berry `tcp.write()` add `offset` and `len` - Berry `tcp.write()` add `offset` and `len` (#24076)
### Breaking Changed ### Breaking Changed

View File

@ -121,6 +121,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- Berry `cb.free_cb` for extension manager [#24014](https://github.com/arendst/Tasmota/issues/24014) - 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 `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) - Berry `gc_heap` and `gc_time` to `tasmota.memory()` [#24054](https://github.com/arendst/Tasmota/issues/24054)
- Berry `tcp.write()` add `offset` and `len` [#24076](https://github.com/arendst/Tasmota/issues/24076)
### Breaking Changed ### Breaking Changed