You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2018/09/13 15:27:18 UTC

[commons-jexl] branch master updated: JEXL-175: changes & release notes

This is an automated email from the ASF dual-hosted git repository.

henrib pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


The following commit(s) were added to refs/heads/master by this push:
     new ce22c98  JEXL-175: changes & release notes
ce22c98 is described below

commit ce22c98c8a0a114d476df52f5236dfb77bb7a589
Author: henrib <he...@apache.org>
AuthorDate: Thu Sep 13 17:26:43 2018 +0200

    JEXL-175: changes & release notes
---
 RELEASE-NOTES.txt         | 1 +
 src/site/xdoc/changes.xml | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 6e5b7a8..18ff94f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -52,6 +52,7 @@ New Features in 3.2:
 * JEXL-226:      Add ?? operator support
 * JEXL-224:      The ability to overload call() operator in customized JexlArithmetic implementation
 * JEXL-212:      Restrict usage of assignment statements in JexlExpression
+* JEXL-175:      java.util.regex.Pattern creation operator (regex literals)
 
 Bugs Fixed in 3.2:
 ==================
diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml
index dea7c8e..5994b12 100644
--- a/src/site/xdoc/changes.xml
+++ b/src/site/xdoc/changes.xml
@@ -104,6 +104,9 @@
             <action dev="henrib" type="add" issue="JEXL-212" due-to="Dmitri Blinov">
                 Restrict usage of assignment statements in JexlExpression
             </action>
+            <action dev="Dmitri Blinov" type="add" issue="JEXL-175" due-to="Dmitri Blinov">
+                 java.util.regex.Pattern creation operator (regex literals)
+            </action>
         </release>
         <release version="3.1" date="2017-04-14">
             <action dev="henrib" type="add" issue="JEXL-222" due-to="Dmitri Blinov">