From d046f9c25fd43dd1c9a031b4603b3db4841fdc35 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:50:19 +0200 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c3baa91..01e227e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,8 @@ All notable changes to this project will be documented in this file. - Matter support for Air Quality sensors (#21559) - Matter support for bridged Air Quality (#21597) - HASPmota rounds to nearest int values passed as 'real' (#21599) -- Berry automatic rounding of float to int when calling C mapped functions -- Berry add `math.round` +- Berry automatic rounding of float to int when calling C mapped functions (#21601) +- Berry add `math.round` (#21602) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 304f01bcc..2c8f856c9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -123,6 +123,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Added - Berry solidification of `bytes` instances [#21558](https://github.com/arendst/Tasmota/issues/21558) - Berry automatic rounding of float to int when calling C mapped functions [#21601](https://github.com/arendst/Tasmota/issues/21601) +- Berry add `math.round` [#21602](https://github.com/arendst/Tasmota/issues/21602) - 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)[#21597](https://github.com/arendst/Tasmota/issues/21597)