Skip to content

Commit 6f49c2e

Browse files
committed
Update Release Notes
1 parent a2e5ed6 commit 6f49c2e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
#### 2.1.0 – Thursday, April 24, 2025
22

3-
This is a minor release that updates all dependencies and migrates the project to .NET 8. Additionally, there's the following new feature:
3+
This is a minor release that updates all dependencies and migrates the project to .NET 8. Additionally, there are the following new features:
44
* Add functions for:
5-
* `Seq`:
6-
* `chunkBy`: Divides the input sequence into chunks by a key projection function.
5+
* `Seq`:
6+
* `chunkBy`: Divides the input sequence into chunks by a key projection function.
7+
* `Dictionary`:
8+
* `copy`: Performs a shallow copy of the input dictionary.
9+
* `deepCopy`: Performs a deep copy of the input dictionary.
10+
* Improve performance of several functions/methods in `Colors`, `Dictionary`, `Regex`, `Seq`, `String`, and `FileIO`.
711

812
#### 2.0.0 - Friday, April 21, 2023
913

0 commit comments

Comments
 (0)