From 459b06ce6c4bd3d91bf28526f0986238a7e5b360 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:18:20 +0200 Subject: [PATCH] Update change logs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4cfd57a0..2037b7d58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 |` -- Berry add `gc_heap` and `gc_time` to `tasmota.memory()` +- Berry `gc_heap` and `gc_time` to `tasmota.memory()` (#24054) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index c86d8d5c9..0df64115e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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