From fb0c14e9ec372eb4f64aab926029994865eac605 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 28 Jun 2023 10:48:08 +0200 Subject: [PATCH] Update RELEASENOTES.md --- RELEASENOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 636e6b47b..de625b717 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -114,7 +114,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Added ### Breaking Changed +- Berry `bool( [] )` and `bool( {} )` now evaluate as `false` [#18986](https://github.com/arendst/Tasmota/issues/18986) ### Changed +- Matter support for temperature in Fahrenheit (`SetOption8 1`) [#18987](https://github.com/arendst/Tasmota/issues/18987) ### Fixed +- Berry various fixes for Walrus Operator [#18982](https://github.com/arendst/Tasmota/issues/18982)