diff --git a/CHANGELOG.md b/CHANGELOG.md index 111bd69a3..85f9de8b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - Development ## [10.1.0.2] + ### Changed -- TasmotaSerial library from v3.3.0 to v3.4.0 (#14153) +- TasmotaSerial library from v3.3.0 to v3.4.0 - reverted (#14153) - Force initial serial configuration even if no serial GPIO's are enabled (#14153) - Revert change to fix extra flashwrite before QuickPowerDetection (#14153) -- Increase SerialBridge receive buffer from 130 to 256 characters (#14153) +- Increase SerialBridge receive buffer from 130 to 256 characters - reverted (#14153) + +### Fixed +- Serial broken after #14153 - reverted ## [10.1.0.1] ### Added diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 8da8b4144..17420cb6b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -111,10 +111,8 @@ The latter links can be used for OTA upgrades too like ``OtaUrl http://ota.tasmo ### Breaking Changed ### Changed -- TasmotaSerial library from v3.3.0 to v3.4.0 [#14153](https://github.com/arendst/Tasmota/issues/14153) - Mitsubishi HVAC temperature resolution [#13936](https://github.com/arendst/Tasmota/issues/13936) - Remove restriction of topic must differ from mqttclient [#14019](https://github.com/arendst/Tasmota/issues/14019) -- Increase SerialBridge receive buffer from 130 to 256 characters [#14153](https://github.com/arendst/Tasmota/issues/14153) ### Fixed - EZOO2 sensor message format [#14000](https://github.com/arendst/Tasmota/issues/14000)