From d8cf8b9bf46bbf3de2b0ac3603263b33a05a0426 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 30 Oct 2023 17:20:20 +0100 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index ff75f248..cc9c20e1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,8 @@ +### 5.2.28 +* Added Brewer color schemes +* Added String.replace +* Added IDictionary.TryPop overload with output argument + ### 5.2.27 * Improved and fixed RangeSet implementation * Added utilities for ValueOption