From 68cf8bdd5bbd815a9de233403ab7c88ec9620736 Mon Sep 17 00:00:00 2001 From: Rene van der Meer <9930578+golemparts@users.noreply.github.com> Date: Sat, 18 May 2024 14:58:19 +0200 Subject: [PATCH] Update documentation --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b5b385..8ddf9154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Changelog -## 0.18.0 (TBD) +## 0.18.0 (May 18, 2024) -* **Gpio**: Fix `InputPin` mode not getting set correctly for uninitialized (FUNCSEL 31 (NULL)) pins on Raspberry Pi 5 (contributed by @lukeburong). +* **Gpio**: (Breaking change) Add support for mode `Null` for uninitialized (FUNCSEL 31 (NULL)) pins on Raspberry Pi 5 (contributed by @lukeburong). +* **Gpio**: Fix `InputPin` mode not getting set correctly for uninitialized pins on Raspberry Pi 5 (contributed by @lukeburong). * **Pwm**: (Breaking change) Add `Error::UnknownModel`. * **Pwm**: Fix support for hardware PWM on Raspberry Pi 5, caused by incorrect PWM chip/channel.