From 171d64109283fcf553c2fb9c1ccf5d2dad179e3d Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sun, 30 Jun 2024 15:38:40 +0200 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 ed1b71b6c..4021fc26b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ All notable changes to this project will be documented in this file. ### Added - ESP32 support for power and energy limit checks, like ``MaxEnergy2`` per phase (#21695) - Berry `tasmota.rtc("config_time")` (#21698) -- Berry `math.min()` and `math.max()` -- Berry `FUNC_ANY_KEY` event calling `any_key()` +- Berry `math.min()` and `math.max()` (#21705) +- Berry `FUNC_ANY_KEY` event calling `any_key()` (#21708) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b668533d7..79f96d12a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -130,6 +130,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Berry add `math.round` [#21602](https://github.com/arendst/Tasmota/issues/21602) - Berry `classof` extended to class methods [#21615](https://github.com/arendst/Tasmota/issues/21615) - Berry `tasmota.rtc("config_time")` [#21698](https://github.com/arendst/Tasmota/issues/21698) +- Berry `math.min()` and `math.max()` [#21705](https://github.com/arendst/Tasmota/issues/21705) +- Berry `FUNC_ANY_KEY` event calling `any_key()` [#21708](https://github.com/arendst/Tasmota/issues/21708) - HASPmota rounds to nearest int values passed as 'real' [#21599](https://github.com/arendst/Tasmota/issues/21599) - Matter support for Air Quality sensors [#21559](https://github.com/arendst/Tasmota/issues/21559) - Matter support for bridged Air Quality [#21597](https://github.com/arendst/Tasmota/issues/21597)