diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1ea030e6a..cc067d531 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -47,9 +47,9 @@ The following binary downloads have been compiled with ESP8266/Arduino library c ## Changelog -### Version 7.1.1 Betty +### Version 7.1.1.1 Betty -- Fix slider for devices with one or two channels like only white or white/yellow -- Fix TasmotaSlave buffer overrun on Tele -- Fix light scheme 4 speed (#7072) -- Add support for TasmotaSlave executing commands on Tasmota +- Remove inconsistent hardware detection introduced in version 7.0.0.5 +- Fix lost functionality of GPIO9 and GPIO10 on some devices (#7080) +- Fix Zigbee uses Hardware Serial if GPIO 1/3 or GPIO 13/15 and SerialLog 0 (#7071) +- Change light color schemes 2, 3 and 4 from color wheel to Hue driven diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index 59d07df72..4e798c754 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -4,8 +4,8 @@ - Remove inconsistent hardware detection introduced in version 7.0.0.5 - Fix lost functionality of GPIO9 and GPIO10 on some devices (#7080) -- Change light color schemes 2, 3 and 4 from color wheel to Hue driven - Fix Zigbee uses Hardware Serial if GPIO 1/3 or GPIO 13/15 and SerialLog 0 (#7071) +- Change light color schemes 2, 3 and 4 from color wheel to Hue driven ## Released