diff --git a/CHANGELOG.md b/CHANGELOG.md index 7317a512d..2ea46d3e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file. - ESP32 commands ``Ds18Rescan`` and ``Ds18RetryRead`` (#19700) ### Breaking Changed +- Removed support for Homekit in favour of Matter (#19738) ### Changed - ESP32 Framework (Arduino Core) from v2.0.13 to v2.0.14 diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1dc1c9cea..67d5c0931 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -129,6 +129,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Breaking Changed - `Sendmail` upgraded to ESP-Mail-Client v3.4.9 from v1.2.0, using BearSSL instead of MbedTLS [#19460](https://github.com/arendst/Tasmota/issues/19460) +- Removed support for Homekit in favour of Matter [#19738](https://github.com/arendst/Tasmota/issues/19738) ### Changed - ESP32 Framework (Arduino Core) from v2.0.11 to v2.0.14