From c5e09ef76d0072d058ff45824725ed3c7804e057 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Tue, 18 Apr 2023 13:37: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 d1a2655cc..721b2a5f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## [12.5.0.1] ### Added +- Matter sensors Humidity, Pressure, Illuminance; optimize memory (#18441) ### Breaking Changed @@ -29,7 +30,6 @@ All notable changes to this project will be documented in this file. - Berry `instrospect.name()` to get names of functions, modules and classes (#18422) - Berry add `searchall()` and `matchall()` to `re` module and pre-compiled patterns (#18429) - Matter automatically exposes all detected Temperature sensors (#18430) -- Matter add sensors: Humidity, Pressure, Illuminance; optimize memory ### Changed - ESP32 LVGL library from v8.3.5 to v8.3.6 (no functional change) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ac781716f..fdbfb0cf8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -112,6 +112,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ## Changelog v12.5.0.1 ### Added +- Matter sensors Humidity, Pressure, Illuminance [#18441](https://github.com/arendst/Tasmota/issues/18441) ### Breaking Changed