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.