commit | 5b92d38d3e5b05b6b147f2b6568a9b70ebf40b6f | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Fri Jun 17 02:57:04 2016 +0200 |
committer | Akron <nils@diewald-online.de> | Fri Jun 17 12:30:36 2016 +0200 |
tree | 265aef017a3adec98179dfb0633d44d2f748ed32 | |
parent | 2becb87856949bdcf31afaac391a59018f58defc [diff] [blame] |
Fixed handling of escape symbols in regex (issue 21) Change-Id: Id78caf2071422183e29f8eb44686e6c5f4b55b0c
diff --git a/Changes b/Changes index 739f58c..f58784d 100644 --- a/Changes +++ b/Changes
@@ -5,6 +5,9 @@ - Cleanup POM (diewald) - Fix deserialization of unnecessary brackets around terms and termGroups in Poliqarp (diewald) + - Support for FCS 2.0 (margaretha) + - Fixed handling of escapes in regex + (issue #21; diewald) 0.21 2015-10-27 - Improved meta query builder (hanl)