Skip to content

Commit fa7dc9d

Browse files
committed
Prepare release, add release notes
1 parent d89288c commit fa7dc9d

File tree

1 file changed

+29
-19
lines changed

1 file changed

+29
-19
lines changed

RELEASE_NOTES.md

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
#### 3.1.0 - 2022-11-13
2+
* Gitpod support by @cartermp in https://github.com/fsprojects/FSharpx.Collections/pull/172
3+
* Fix a typo in a comment by @viebel in https://github.com/fsprojects/FSharpx.Collections/pull/190
4+
* Testing on Net6 by @sergey-tihon in https://github.com/fsprojects/FSharpx.Collections/pull/193
5+
* Add `PersistentVector.mapi` by @njlr in https://github.com/fsprojects/FSharpx.Collections/pull/186
6+
* RoseTree. Fix a broken link in the comments. by @ScottHutchinson in https://github.com/fsprojects/FSharpx.Collections/pull/195
7+
* Fantomas5 formatting by @sergey-tihon in https://github.com/fsprojects/FSharpx.Collections/pull/194
8+
* Make the NuGet package consumable from Fable by @njlr in https://github.com/fsprojects/FSharpx.Collections/pull/187
9+
* Add release NuGet publish from CI by @gdziadkiewicz in https://github.com/fsprojects/FSharpx.Collections/pull/199
10+
111
#### 3.0.1 - 2021-10-23
212
* Fix choice2s #184. Thanks @sideeffffect
313

@@ -13,7 +23,7 @@
1323

1424
#### 2.1.3 - 2020-05-30
1525
* RandomAccessLists zip, reduce, map2
16-
* doc projects netcoreapp3.1 build, thanks Grzegorz Dziadkiewicz
26+
* doc projects netcoreapp3.1 build, thanks Grzegorz Dziadkiewicz
1727

1828
#### 2.1.2 - 2019-12-24
1929
* Fix FSharp.Core assembly reference version
@@ -31,7 +41,7 @@
3141
* fix experimental RoseTree equality (issues/114) thanks teo-tsirpanis
3242
* fix Nop thread comparison in PersistentHashMap (issues/66)
3343
* make RandomAccessList serializable (issue 127) thanks teo-tsirpanis
34-
* Implemented CHAMP algorithm for a persistent hash map, thanks bsomes
44+
* Implemented CHAMP algorithm for a persistent hash map, thanks bsomes
3545
* Implement IReadOnlyList and IReadOnlyCollection for the RandomAccessList (issue 130) thanks teo-tsirpanis
3646
* LazyListbased on the BCL's Lazy type, thanks teo-tsirpanis
3747

@@ -58,53 +68,53 @@
5868

5969
#### 1.16.0 - 25.05.2017
6070
* New tagged structures - https://github.com/fsprojects/FSharpx.Collections/pull/69
61-
* Use FSharp.Core 4.0
71+
* Use FSharp.Core 4.0
6272
* Couple of new helper functions - https://github.com/fsprojects/FSharpx.Collections/pull/64 https://github.com/fsprojects/FSharpx.Collections/pull/63
6373
* Improved RandomAccessList API with some functions from PersistentVector - https://github.com/fsprojects/FSharpx.Collections/pull/54
6474
* Faster NonEmptyList implementation - https://github.com/fsprojects/FSharpx.Collections/pull/62
6575

66-
#### 1.14.0 - 13.02.2016
67-
* Allow 4.0 FSharp.Core
76+
#### 1.14.0 - 13.02.2016
77+
* Allow 4.0 FSharp.Core
6878
* Distinct and DistinctBy functions for ResizeArray - https://github.com/fsprojects/FSharpx.Collections/pull/56
6979
* Add zip to NonEmptyList - https://github.com/fsprojects/FSharpx.Collections/pull/46
70-
71-
#### 1.12.4 - 13.09.2015
80+
81+
#### 1.12.4 - 13.09.2015
7282
* Fixed enumerating empty RandomAccessList - https://github.com/fsprojects/FSharpx.Collections/pull/45
7383

74-
#### 1.12.3 - 12.09.2015
84+
#### 1.12.3 - 12.09.2015
7585
* ResizeArray.collect made to take seq as an input - https://github.com/fsprojects/FSharpx.Collections/pull/41
7686
* Made conflict resolution explicit in variable names - https://github.com/fsprojects/FSharpx.Collections/pull/39
7787

78-
#### 1.12.1 - 17.07.2015
88+
#### 1.12.1 - 17.07.2015
7989
* LazyList.fold - https://github.com/fsprojects/FSharpx.Collections/pull/34
8090

81-
#### 1.12.0 - 17.07.2015
91+
#### 1.12.0 - 17.07.2015
8292
* New SkewBinomialHeap - https://github.com/fsprojects/FSharpx.Collections/pull/36
8393

84-
#### 1.11.1 - 17.07.2015
94+
#### 1.11.1 - 17.07.2015
8595
* New Block resize array functions - https://github.com/fsprojects/FSharpx.Collections/pull/37
8696

87-
#### 1.11.0 - 25.05.2015
97+
#### 1.11.0 - 25.05.2015
8898
* New Block resize array - https://github.com/fsprojects/FSharpx.Collections/pull/33
8999
* BUGFIX: Prevent ArrayNode's tryFind from returning Some null - https://github.com/fsprojects/FSharpx.Collections/pull/22
90100

91-
#### 1.10.0 - 26.02.2015
101+
#### 1.10.0 - 26.02.2015
92102
* Added profile 259 and fixed profile 47 folder name - https://github.com/fsprojects/FSharpx.Collections/pull/26
93103

94-
#### 1.9.6 - 13.01.2015
104+
#### 1.9.6 - 13.01.2015
95105
* Bump version due to broken logo link - https://github.com/fsprojects/FSharpx.Collections/issues/21
96106

97-
#### 1.9.5 - 13.01.2015
107+
#### 1.9.5 - 13.01.2015
98108
* Bump version due to broken package meta data - https://github.com/fsprojects/FSharpx.Collections/issues/21
99109

100-
#### 1.9.4 - 07.08.2014
110+
#### 1.9.4 - 07.08.2014
101111
* Add Profile47
102112

103-
#### 1.9.3 - 07.08.2014
113+
#### 1.9.3 - 07.08.2014
104114
* Tail recursive implementation of Heap.Tail - https://github.com/fsprojects/FSharpx.Collections/pull/17
105115

106-
#### 1.9.2 - 14.01.2013
116+
#### 1.9.2 - 14.01.2013
107117
* Fixing nuget package
108118

109-
#### 1.9.1 - 14.01.2013
119+
#### 1.9.1 - 14.01.2013
110120
* Initial release from new location; previous contributor history lost

0 commit comments

Comments
 (0)