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 2020/11/02 12:03:35 UTC

[commons-jexl] branch master updated: JEXL-336: changes, release notes Task #JEXL-336 - Escape some control characters

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 2719045  JEXL-336: changes, release notes Task #JEXL-336 - Escape some control characters
2719045 is described below

commit 27190455411103ab6a64fb13450075d17a471155
Author: henrib <he...@apache.org>
AuthorDate: Mon Nov 2 13:03:11 2020 +0100

    JEXL-336: changes, release notes
    Task #JEXL-336 - Escape some control characters
---
 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 0572372..420394b 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -77,6 +77,7 @@ New Features in 3.2:
 
 Bugs Fixed in 3.2:
 ==================
+* JEXL-336:      Escape some control characters
 * JEXL-331:      Please document \uXXXX escape sequence
 * JEXL-330:      JexlException.Parsing.getMessage() throws exception when parse error is in long expression
 * JEXL-328:      JXLT template scripts evaluation do not process pragmas
diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml
index 2744115..e84010a 100644
--- a/src/site/xdoc/changes.xml
+++ b/src/site/xdoc/changes.xml
@@ -26,6 +26,9 @@
     </properties>
     <body>
         <release version="3.2" date="unreleased">
+            <action dev="Hussachai Puripunpinyo" type="fix" issue="JEXL-336">
+                Escape some control characters
+            </action>
             <action dev="henrib" type="fix" issue="JEXL-335">
                 Update JUnit to 4.13.1
             </action>