diff --git a/CHANGELOG.md b/CHANGELOG.md index 50fb5596a..49add6bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. ### Fixed - Berry parser error in rare case (#22997) +- ESP32 TasMesh broker MAC address all zeros (#23005) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index b7a143e77..8b584923a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -177,6 +177,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl https://ota.tasm ### Fixed - Shutter discovery message regression from v14.4.1 [#22730](https://github.com/arendst/Tasmota/issues/22730) - LoraWan decoding of Dragino LDS02 and MerryIoT DW10 [#22880](https://github.com/arendst/Tasmota/issues/22880) +- ESP32 TasMesh broker MAC address all zeros [#23005](https://github.com/arendst/Tasmota/issues/23005) - ESP32-Cx compilation fails on Windows [#22832](https://github.com/arendst/Tasmota/issues/22832) - Sonoff SPM `PowerOnState` overrules `SSPMPowerOnState` in mixed 4Relay setup with 4Relay version 1.0.0 - Webcam compilation with `define USE_WEBCAM` but without `define ENABLE_RTSPSERVER` [#22686](https://github.com/arendst/Tasmota/issues/22686)