From 342bb2cb7be8a0a9e4857b1d547d9bc3ff913ecf Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:28:55 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 2 +- RELEASENOTES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de6476579..b983f4aec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. ### Added - Extend command `GPIO` with different display options and allowing updating of module GPIO's in one go - Berry `bytes.add()` now accepts 3-bytes values (#23200) -- Berry expose `esp_http_server` for websockets +- Berry expose `esp_http_server` for websockets (#23206) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4f6ecebdc..5c6f42b4a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -128,6 +128,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry load `.tapp` files in `/.extensions/` then in `/` [#23113](https://github.com/arendst/Tasmota/issues/23113) - Berry `re.dump()` [#23162](https://github.com/arendst/Tasmota/issues/23162) - Berry `bytes.add()` now accepts 3-bytes values [#23200](https://github.com/arendst/Tasmota/issues/23200) +- Berry expose `esp_http_server` for websockets [#23206](https://github.com/arendst/Tasmota/issues/23206) - Matter prepare for ICD cluster [#23158](https://github.com/arendst/Tasmota/issues/23158) - LVGL experimental mirroring of display on Web UI [#23041](https://github.com/arendst/Tasmota/issues/23041) - HASPmota autostart when `pages.jsonl` exists [#23181](https://github.com/arendst/Tasmota/issues/23181)