From 899fba376391c43a8b7a7d98e174406085e68e04 Mon Sep 17 00:00:00 2001 From: Otto winter Date: Thu, 21 Oct 2021 14:24:16 +0200 Subject: [PATCH] Update changelog for 2021.10.1 --- changelog/2021.10.0.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/changelog/2021.10.0.rst b/changelog/2021.10.0.rst index 437e41cbf..1e475ae2b 100644 --- a/changelog/2021.10.0.rst +++ b/changelog/2021.10.0.rst @@ -113,6 +113,15 @@ When using a float output with both invert and min/max values, prevously the end resut value was being calculated incorrectly. :esphomepr:`2368` fixed this. +Release 2021.10.1 - October 21 +------------------------------ + +- Fix MDNS for ESP8266 devices :esphomepr:`2571` by :ghuser:`mmakaay` +- Fix ESP8266 GPIO0 Pullup Validation :esphomepr:`2572` by :ghuser:`OttoWinter` +- Fix wifi ble coexistence check :esphomepr:`2573` by :ghuser:`OttoWinter` +- Arduino global delay/millis/... symbols workaround :esphomepr:`2575` by :ghuser:`OttoWinter` +- Fix ESP8266 OTA adds unnecessary Update library :esphomepr:`2579` by :ghuser:`OttoWinter` + Full list of changes --------------------