From 0536cc87a075035767c4720c575aecf17e391cba Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:39:50 +0100 Subject: [PATCH] Update changelogs --- BUILDS.md | 2 +- CHANGELOG.md | 1 + RELEASENOTES.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILDS.md b/BUILDS.md index b8f12a5f6..91294c5e1 100644 --- a/BUILDS.md +++ b/BUILDS.md @@ -283,7 +283,7 @@ Note: the `minimal` variant is not listed as it shouldn't be used outside of the | USE_SONOFF_SPM | | / x | | | | | | USE_DISPLAY_TM1621_SONOFF | | / x | | | | | | USE_SHELLY_PRO | | / x | | | | | -| USE_DALI | | / - | | | | | +| USE_DALI | | / x | | | | | | USE_DINGTIAN_RELAY | | / - | | | | | | USE_MATTER_DEVICE | | / x | | | | | See SetOption151 | diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9e07e98..a95390c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. ## [14.3.0.5] ### Added +- ESP32 MI32 legacy add config operations (#22458) ### Breaking Changed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9ddc2ba5f..efa1111c5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -135,6 +135,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm - Mitsubishi Electric HVAC Compressor Frequency for MiElHVAC [#22347](https://github.com/arendst/Tasmota/issues/22347) - Mitsubishi Electric HVAC Auto Clear Remote Temp for MiElHVAC [#22370](https://github.com/arendst/Tasmota/issues/22370) - SolaxX1 Meter mode [#22330](https://github.com/arendst/Tasmota/issues/22330) +- ESP32 MI32 legacy add config operations [#22458](https://github.com/arendst/Tasmota/issues/22458) - BLE track devices with RPA [#22300](https://github.com/arendst/Tasmota/issues/22300) - Berry add I2C read16/write16 supporting Little Endian [#22448](https://github.com/arendst/Tasmota/issues/22448) - Berry drivers for PCA9535 (generic and in SenseCAP D1) [#22451](https://github.com/arendst/Tasmota/issues/22451)