@@ -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