diff --git a/CHANGELOG.md b/CHANGELOG.md index 118f6c8f8..fd5d56543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) - Scripter array transfer via UFS (#24060) - 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 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index bc0fde233..99b4e98a2 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 `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 `tcp.write()` add `offset` and `len` [#24076](https://github.com/arendst/Tasmota/issues/24076) ### Breaking Changed