Update changelogs

This commit is contained in:
Theo Arends 2024-06-27 13:30:15 +02:00
parent 97017017a4
commit 20d0207890
2 changed files with 6 additions and 5 deletions

View File

@ -9,10 +9,10 @@ All notable changes to this project will be documented in this file.
- Berry `classof` extended to class methods (#21615)
- Extend command ``SetOption147 1`` to disable publish of IRReceived MQTT messages (#21574)
- Matter support for Rain sensor (#21633)
- Matter add internal debug option (#21634)
- Matter add Fan support (virtual only) (#21637)
- Matter internal debug option (#21634)
- Matter Fan support (virtual only) (#21637)
- Matter show event name in logs (#21649)
- Matter full support of events
- Matter full support of events (#21698)
### Breaking Changed

View File

@ -131,9 +131,10 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm
- 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)
- Matter add internal debug option [#21634](https://github.com/arendst/Tasmota/issues/21634)
- Matter add Fan support (virtual only) [#21637](https://github.com/arendst/Tasmota/issues/21637)
- Matter internal debug option [#21634](https://github.com/arendst/Tasmota/issues/21634)
- Matter Fan support (virtual only) [#21637](https://github.com/arendst/Tasmota/issues/21637)
- Matter show event name in logs [#21649](https://github.com/arendst/Tasmota/issues/21649)
- Matter full support of events [#21698](https://github.com/arendst/Tasmota/issues/21698)
### Changed
- ESP8266 platform update from 2024.01.01 to 2024.06.00 [#21668](https://github.com/arendst/Tasmota/issues/21668)