Update CHANGELOG.md

This commit is contained in:
Theo Arends 2023-06-28 10:52:45 +02:00
parent fb0c14e9ec
commit a542122eb1
1 changed files with 3 additions and 3 deletions

View File

@ -7,13 +7,13 @@ All notable changes to this project will be documented in this file.
### Added
### Breaking Changed
- Berry `bool( [] )` and `bool( {} )` now evaluate as `false`
- Berry `bool( [] )` and `bool( {} )` now evaluate as `false` (#18986)
### Changed
- Matter support for temperature in Fahrenheit (`SetOption8 1`)
- Matter support for temperature in Fahrenheit (`SetOption8 1`) (#18987)
### Fixed
- Berry various fixes for Walrus Operator
- Berry various fixes for Walrus Operator (#18982)
### Removed