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 59d9b55d JEXL-402: update release notes, changes;
59d9b55d is described below
commit 59d9b55de0d1d5de29b8b1bc7d434f93499d9415
Author: Henri Biestro <[email protected]>
AuthorDate: Tue Aug 22 17:37:04 2023 +0200
JEXL-402: update release notes, changes;
---
RELEASE-NOTES.txt | 1 +
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 454820c7..4d11ff59 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -35,6 +35,7 @@ New Features in 3.3.1:
Bugs Fixed in 3.3.1:
===================
+* JEXL-402: parse failed with empty return value.
========================================================================================================================
Release 3.3
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index afcece4b..8235f55b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,6 +36,9 @@
Allow 'trailing commas' or ellipsis while defining array, map
and set literals
</action>
<!-- FIX -->
+ <action dev="henrib" type="fix" due-to="Xu Pengcheng">
+ Parse failed with empty return value.
+ </action>
<action dev="ggregory" type="fix" due-to="step-security-bot, Gary
Gregory">
[StepSecurity] ci: Harden GitHub Actions #180.
</action>