From 6fa7129e01add0d423db7c2b850d2c1f13d25184 Mon Sep 17 00:00:00 2001 From: David Hancock Date: Sun, 10 Dec 2023 14:25:49 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 43dcd21..40db741 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ Further examples can be found in the [TestSolution](TestSolution) |Version|Changes| |-------|:------| -|2.1.1|[Fixes](https://github.com/DHancock/WinUI3Controls/releases/tag/2.1.1) to the simple color picker control.| +|2.2.0|Unseal the GroupBox and SimpleColorPicker classes.| +|2.1.1|Fixes to the simple color picker control.| |2.1.0|Add simple color picker control.| |2.0.3|Draw border when the group box is the target of a TeachingTip. [#21](https://github.com/DHancock/WinUI3Controls/pull/21).| |2.0.2|Fix adding size changed event handlers [#18](https://github.com/DHancock/WinUI3Controls/pull/18).|