You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/06/07 18:00:14 UTC

[commons-jexl] 01/02: Organize

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

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

commit 6cb8fe4dabc2aa50ef7863b1c85d309a82fa0936
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jun 7 13:59:58 2022 -0400

    Organize
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e55bbb69..fbcc1f68 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -26,10 +26,11 @@
     </properties>
     <body>
         <release version="3.3" date="YYYY-MM-DD">
-            <!-- UPDATE -->
+            <!-- ADD -->
             <action dev="henrib" type="add" issue="JEXL-357" >
                 Configure accessible packages/classes/methods/fields
             </action>
+            <!--  FIX -->
             <action dev="henrib" type="fix" issue="JEXL-354"  due-to="William Price">
                 #pragma does not handle negative integer or real literals
             </action>