@@ -14,18 +14,35 @@ Released: Unreleased
14
14
* Add union to TreeMap (#83)
15
15
* Added List.isSingle (#84)
16
16
* 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 )
19
19
* Added F0 interface (#93)
20
20
* Added wrapper functions for function arity 1 and 2 (#94)
21
21
* Enhanced implementation of equals for standard classes (#95)
22
22
* Added traverse method family to P1, P2, Either, List, Validation (#80)
23
23
* Enhanced integration with basic Java types (#99)
24
+ * Made artifact OSGI compatible, suitable as Eclipse plugin (#72)
25
+ * Added predicate combinators (#98)
24
26
25
27
== Fixes
26
28
27
29
* Fixed TreeMap.split (#4, #79)
28
30
* Fixed Option.fromNull javadoc (#73)
29
31
* 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
30
47
31
48
0 commit comments