From 476a3af70c6830cf7fae0f9a1d39441c0a6fe034 Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Mon, 9 Oct 2023 14:55:10 +0900 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b810f2..147162c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ x.y.z Release Notes (yyyy-MM-dd) ============================================================= +1.2.1 Release Notes (2023-10-09) +============================================================= + +### Fixed + +* Tint color peridoically resets itself when translucency is enabled. + +1.2.0 Release Notes (2023-10-08) +============================================================= + ### Added * A `delegate` property to receive tap events for the button where delegates are preferred over blocks. ([#46](https://github.com/TimOliver/TORoundedButton/pull/46))