Skip to content

Commit bb1cb01

Browse files
committed
Updated future 4.3 release notes and contributors
1 parent d0dc327 commit bb1cb01

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

etc/CONTRIBUTORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ dobesv@gmail.com
147147
daneko
148148
3a3k.web+github@gmail.com
149149

150-
amarpotghan
150+
Amar Potghan
151151
amarpotghan@gmail.com
152152

153153
Alexey Mz
@@ -205,4 +205,6 @@ etorreborre@yahoo.com
205205
Gabor Liptak
206206
gliptak@gmail.com
207207

208+
Greg Row
209+
gregrow@users.noreply.github.com
208210

etc/release-notes/release-notes-4.3.adoc

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,35 @@ Released: Unreleased
1414
* Add union to TreeMap (#83)
1515
* Added List.isSingle (#84)
1616
* Added Option traverse family of methods (#85)
17-
* Added equals, hashCode and toString to classes P's, Array, Either, List, Option, Seq, Set, Stream, Tree, TreeMap, Validation (#75, 86)
18-
* Added release notes as asciidoc (#`2)
17+
* Added equals, hashCode and toString to classes P's, Array, Either, List, Option, Seq, Set, Stream, Tree, TreeMap, Validation (#75, #86)
18+
* Added release notes as asciidoc (#92)
1919
* Added F0 interface (#93)
2020
* Added wrapper functions for function arity 1 and 2 (#94)
2121
* Enhanced implementation of equals for standard classes (#95)
2222
* Added traverse method family to P1, P2, Either, List, Validation (#80)
2323
* Enhanced integration with basic Java types (#99)
24+
* Made artifact OSGI compatible, suitable as Eclipse plugin (#72)
25+
* Added predicate combinators (#98)
2426

2527
== Fixes
2628

2729
* Fixed TreeMap.split (#4, #79)
2830
* Fixed Option.fromNull javadoc (#73)
2931
* Fixed Try javadoc (#91)
32+
* Fixed stack overflow in TreeMap.update (#97)
33+
34+
== Documentation
35+
36+
* Added contributors from commit log.
37+
38+
== Contributors
39+
40+
* Mark Perry
41+
* Amar Potghan
42+
* Dobes Vandermeer
43+
* Paul Horn
44+
* Alexey Mz
45+
* daneko
46+
* Greg Row
3047

3148

0 commit comments

Comments
 (0)