From e03a7924c6f459d2bc7c6806ea2c2753e5657b1d Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Fri, 15 Oct 2021 09:45:23 +1300 Subject: [PATCH] Update changelog for 2021.10.0b3 --- changelog/2021.10.0.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/changelog/2021.10.0.rst b/changelog/2021.10.0.rst index 4ff25072e..72ff32d19 100644 --- a/changelog/2021.10.0.rst +++ b/changelog/2021.10.0.rst @@ -150,6 +150,18 @@ Breaking Changes - Correctly invert the float output state :esphomepr:`2368` by :ghuser:`jesserockz` (breaking-change) - Add SSD1305 support to SSD1306 integration along with few new options :esphomepr:`1902` by :ghuser:`zhangjingye03` (new-feature) (breaking-change) +Beta Fixes +^^^^^^^^^^ + +- Fix light state remaining on after turn off with transition :esphomepr:`2509` by :ghuser:`oxan` +- Fix: Light flash not restoring previous LightState :esphomepr:`2383` by :ghuser:`paulmonigatti` +- Disallow using UART2 for logger on ESP-32 variants that lack it :esphomepr:`2510` by :ghuser:`oxan` +- Fix BME680_BSEC compilation issue with ESP32 :esphomepr:`2516` by :ghuser:`paulmonigatti` +- add missing include in sgp30 :esphomepr:`2517` by :ghuser:`dmitriy5181` +- Fix: Color modes not being correctly used in light partitions :esphomepr:`2513` by :ghuser:`paulmonigatti` +- Don't define UART_SELECTION_UART2 when UART2 is unavailable :esphomepr:`2512` by :ghuser:`oxan` +- Remove BME680_BSEC test :esphomepr:`2518` by :ghuser:`paulmonigatti` + All changes ^^^^^^^^^^^ @@ -326,6 +338,14 @@ All changes - Improves ct_clamp component accuracy :esphomepr:`2283` by :ghuser:`skasi7` - Allow multiple pn532_spi entries :esphomepr:`2489` by :ghuser:`jesserockz` - Add throttle_average sensor filter :esphomepr:`2485` by :ghuser:`sermayoral` +- Fix light state remaining on after turn off with transition :esphomepr:`2509` by :ghuser:`oxan` +- Fix: Light flash not restoring previous LightState :esphomepr:`2383` by :ghuser:`paulmonigatti` +- Disallow using UART2 for logger on ESP-32 variants that lack it :esphomepr:`2510` by :ghuser:`oxan` +- Fix BME680_BSEC compilation issue with ESP32 :esphomepr:`2516` by :ghuser:`paulmonigatti` +- add missing include in sgp30 :esphomepr:`2517` by :ghuser:`dmitriy5181` +- Fix: Color modes not being correctly used in light partitions :esphomepr:`2513` by :ghuser:`paulmonigatti` +- Don't define UART_SELECTION_UART2 when UART2 is unavailable :esphomepr:`2512` by :ghuser:`oxan` +- Remove BME680_BSEC test :esphomepr:`2518` by :ghuser:`paulmonigatti` Past Changelogs ---------------