From 45ac759f4758a4f18b40763648ad3fb26ad47236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Larivi=C3=A8re?= Date: Mon, 29 Jan 2024 09:53:02 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ad8e567..11ffdb14e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _No unreleased changes_ +## [2.4.1] - 2024-01-29 + +### Added +- Add Cmd.debounce to issue a message if no other message has been issued within the specified timeout by @TimLariviere (https://github.com/fabulous-dev/Fabulous/pull/1062) + ## [2.4.0] - 2023-08-07 ### Changed @@ -50,7 +55,9 @@ _No unreleased changes_ ### Changed - Fabulous.XamarinForms & Fabulous.MauiControls have been moved been out of the Fabulous repository. Find them in their own repositories: [https://github.com/fabulous-dev/Fabulous.XamarinForms](https://github.com/fabulous-dev/Fabulous.XamarinForms) / [https://github.com/fabulous-dev/Fabulous.MauiControls](https://github.com/fabulous-dev/Fabulous.MauiControls) -[unreleased]: https://github.com/fabulous-dev/Fabulous/compare/2.3.2...HEAD +[unreleased]: https://github.com/fabulous-dev/Fabulous/compare/2.4.1...HEAD +[2.4.1]: https://github.com/fabulous-dev/Fabulous/releases/tag/2.4.1 +[2.4.0]: https://github.com/fabulous-dev/Fabulous/releases/tag/2.4.0 [2.3.2]: https://github.com/fabulous-dev/Fabulous/releases/tag/2.3.2 [2.3.1]: https://github.com/fabulous-dev/Fabulous/releases/tag/2.3.1 [2.3.0]: https://github.com/fabulous-dev/Fabulous/releases/tag/2.3.0