From 679f7e8dd2d150c9b4ad8454a945cafde9d37cea Mon Sep 17 00:00:00 2001 From: John Lonergan Date: Fri, 24 Mar 2017 00:38:12 +0000 Subject: [PATCH] release notes --- RELEASE_NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1348d9a..d38bed5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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