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 8d4ac20 JEXL-36{1,2,3,4}: release notes
8d4ac20 is described below
commit 8d4ac205aee9cdf78cc5f76a7e217baec1897b8c
Author: henrib <[email protected]>
AuthorDate: Mon Mar 14 16:52:50 2022 +0100
JEXL-36{1,2,3,4}: release notes
---
RELEASE-NOTES.txt | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index aff6688..123b90a 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -38,11 +38,15 @@ allow fine-tuning the scripting integration into any
project.
New Features in 3.3:
====================
+* JEXL-363: Allow retrieving captured variables in script
* JEXL-359: Allow per-operator arithmetic handling of null arguments
* JEXL-357: Configure accessible packages/classes/methods/fields
Bugs Fixed in 3.3:
==================
+* JEXL-364: Evaluator options not propagated in closures
+* JEXL-362: JexlInfo position reporting is off
+* JEXL-361: Null may be used as operand silently even in arithmetic
strict(true) mode
* JEXL-354: #pragma does not handle negative integer or real literals
* JEXL-353: Documentation error for not-in/not-match operator