From fd0501035debee5b2ab8c82f8084c7ab184b7a7d Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:51:29 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c45ef257..f102c3e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ All notable changes to this project will be documented in this file. - Berry experimental driver for AXP2101 for M5Core2v1.1 (#23039) - LVGL experimental mirroring of display on Web UI (#23041) - Allow acl in mqtt when client certificate is in use with `#define USE_MQTT_CLIENT_CERT` (#22998) -- Berry `tasmota.when_network_up()` and simplified Matter using it -- Berry `introspect.solidified()` to know if a Berry object is solidified or in RAM +- Berry `tasmota.when_network_up()` and simplified Matter using it (#23057) +- Berry `introspect.solidified()` to know if a Berry object is solidified or in RAM (#23063) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 27d27b140..d120bdce6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -118,6 +118,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Added - Allow acl in mqtt when client certificate is in use with `#define USE_MQTT_CLIENT_CERT` [#22998](https://github.com/arendst/Tasmota/issues/22998) - Berry experimental driver for AXP2101 for M5Core2v1.1 [#23039](https://github.com/arendst/Tasmota/issues/23039) +- Berry `tasmota.when_network_up()` and simplified Matter using it [#23057](https://github.com/arendst/Tasmota/issues/23057) +- Berry `introspect.solidified()` to know if a Berry object is solidified or in RAM [#23063](https://github.com/arendst/Tasmota/issues/23063) - LVGL experimental mirroring of display on Web UI [#23041](https://github.com/arendst/Tasmota/issues/23041) ### Breaking Changed