Skip to content

Commit 155bbf5

Browse files
committed
Latest release notes
1 parent 8fa0885 commit 155bbf5

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Release Notes v1.2.1
1+
Release Notes v2.0.0
22

3-
- Maven POM updated to module-info.java in source artifact.
4-
- Maven POM updated to fix/remove maven-javadoc-plugin not creating package-list.
5-
- Maven POM updated for known issue with maven-surefire-plugin; exceptions occurring when module-info.java file is in the path and/or reuseForks is false.
6-
- Updated archived artifact entries in production jar file (including fields in manifest file).
7-
- Updated read me with correct Maven execution for creating/installing artifacts to local repository.
3+
- Updated Copyright for 2020.
4+
- Updated JavaDoc for MutableValue class.
5+
- Updated Receiver class with return type for fluent API designs.
6+
- Added static method MutableValue.of(value) for easy creation.
7+
- Added static method MutableValue.empty() for easy creation.
8+
- Added method MutableValue.getValue() for exception-free retrieval of empty values.

0 commit comments

Comments
 (0)