From 116e42542d919f2e0defe358b928453b0bb46db6 Mon Sep 17 00:00:00 2001 From: Maurice Makaay Date: Tue, 20 Dec 2022 00:03:55 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23abb1c..1e4feb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [next release] + +### Fixed +- ESPHome's compile-time warnings about "GPIO is a Strapping PIN and should + be avoided" are now being suppressed. These warning are often interpreted + by users of this firmware as problems. However, the pinouts are dictated by + the hardware and there are no strapping issues because of how they are used. + ## [2022.12.0] **Note**: This release requires ESPHome 2022.12.0 and Home Assistant 2021.8.0 or newer.