Skip to content

Commit 1b6d265

Browse files
committed
Update RELEASE_NOTES.md
1 parent a7c619b commit 1b6d265

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASE_NOTES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 1.2.20
2+
- added ASet.ofListTree and ASet.ofSetTree
3+
- added AList.mapToASet
4+
- added AMap.ofASetMapped/ofASetMappedIgnoreDuplicates (optimized ASet.groupBy)
5+
- added MapNode/SetNode addInPlace helpers
6+
- added SetNode.head
7+
- added special implementation for ASet.filterA
8+
- added special implementation for ASet.union with one set constant
9+
- improved AList.append
10+
- changed internal tuples/options to value types
11+
- changed Index garbage collection to run in finalizer
12+
- preferred using struct enumerators
13+
- avoided using active patterns to match set operations
14+
- updated to net 8.0
15+
- updated Fable to 4.22.0
16+
- fixed race condition in Index
17+
118
### 1.2.19
219
- guarded conditional LevelChangedException
320

0 commit comments

Comments
 (0)