Update changelogs

This commit is contained in:
Theo Arends 2022-12-14 11:25:12 +01:00
parent ce0a0d05a9
commit ce4197459f
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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