From ce4197459fecebfacc99afb32caec4e02909f14c Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Wed, 14 Dec 2022 11:25:12 +0100 Subject: [PATCH] Update changelogs --- CHANGELOG.md | 4 ++-- RELEASENOTES.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5d35147..3fc9572e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,14 +14,14 @@ All notable changes to this project will be documented in this file. ### Changed - TasmotaSerial library from v3.5.0 to v3.6.0 - Removed leading spaces on commands ``(S)SerialSend1 to 6`` but keep on duplicate commands ``(S)SerialSend11 to 16`` (#16723) +- MQTT now uses Tasmota's DNS resolver instead of LWIP (#17387) ### Fixed - TasmotaSerial ``read(buffer, size)`` regression from v9.3.0 - RCSwitch exception 0/6 on some protocols (#17285) - ESP32 exception 28 when RtcNtpServer is enabled on restart (#17338) - Analog MQ exception 28 on restart (#17271) -- ESP32 fix ``Ping`` -- MQTT now uses Tasmota's DNS resolver instead of LWIP +- ESP32 fix ``Ping`` (#17373) ### Removed diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8a0d47cee..ff43d5f0d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -154,6 +154,7 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo - AC PWM dimmer lineair power distribution [#17177](https://github.com/arendst/Tasmota/issues/17177) - Zigbee improved Aqara plug support and completed cluster 0x0702 [#17073](https://github.com/arendst/Tasmota/issues/17073) - Removed leading spaces on commands ``(S)SerialSend1 to 6`` but keep on duplicate commands ``(S)SerialSend11 to 16`` [#16723](https://github.com/arendst/Tasmota/issues/16723 +- MQTT now uses Tasmota's DNS resolver instead of LWIP [#17387](https://github.com/arendst/Tasmota/issues/17387 ### Fixed - TasmotaSerial ``read(buffer, size)`` regression from v9.3.0