From 7b3ae82d7c12c4f94e56b790b6f081c99f392859 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Mon, 31 Jan 2022 20:10:56 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGLELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGLELOG.md b/CHANGLELOG.md index ef70edbc..ed885573 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -38,6 +38,7 @@ - **Breaking:** Removed defunct .zi font support ### Bug fixes +- Fix bug that would not accept `on` state for setting output GPIOs (thanks @freshnas and @cerietke) - Fix a bug in `dropdownlist` were `close` method performed `open` instead (thanks @htvekov) - Fix `src` bug in `img` objects that could corrupt images sent over http (thanks @htvekov) - Fix screen dimensions in `statusupdate` message, taking into account current orientation (thanks @kquinsland)