Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnlon committed Mar 24, 2017
1 parent 8da0868 commit 679f7e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# RELEASE NOTES

- 1.1.3

- added StringPrintStream.clear()
- for convenience "matches(String)" now uses Pattern.DOTALL style matching as this is typically what folk want
- use "match(Pattern)" if you want to fine tune
- whereas "contains(String)" methods use "String.contains" behaviour

- 1.1.2

- Added matching against Predicate
Expand Down

0 comments on commit 679f7e8

Please sign in to comment.