Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Dec 13, 2023
1 parent 137bf5a commit 304dec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ the parameter.
to ' ' as whitespace. Use RichText.strip() to remove all whitespace.
- BREAKING: OpenMode.includes() has been renamed to isIncluded()
- BREAKING: removed Pair.toMap() static methods. Use Map.ofEntries() instead.
- BREAING: LineOutputStream returns lines with line end characters removed
- BREAKING: LineOutputStream returns lines with line end characters removed
- BREAKING: removed PredefinedDateFormat - use PredefinedDateTimeFormat instead
- Pair<T1,T2> now implements Map.Entry<T1,T2>
- added RichText.strip(), RichText.stripLeading(), RichText.stripTrailing()
- enable automatic download of Gradle JVM toolchains in build
Expand Down

0 comments on commit 304dec0

Please sign in to comment.