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 e441203 JEXL-292: release-notes and changes e441203 is described below commit e4412035b96d71550b6b951ba492f24a9b1dc3b2 Author: henrib <hen...@apache.org> AuthorDate: Fri Apr 26 13:42:49 2019 +0200 JEXL-292: release-notes and changes --- 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 e0c2989..e0fbb3d 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -49,6 +49,7 @@ New Features in 3.2: ==================== * JEXL-295: Add unary plus operator +* JEXL-292: Allow specifying custom Permissions class for Uberspect to be used later by Introspector * JEXL-288: Annotation can not be specified for a standalone statement * JEXL-275: Allow safe navigation as option * JEXL-274: Handle soft and hard stack overflow diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index ed91a03..3ade057 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -32,6 +32,9 @@ <action dev="henrib" type="add" issue="JEXL-295"> Add unary plus operator </action> + <action dev="henrib" type="add" issue="JEXL-292" due-to="Dmitri Blinov"> + Allow specifying custom Permissions class for Uberspect to be used later by Introspector + </action> <action dev="henrib" type="fix" issue="JEXL-291" due-to="David Costanzo"> Using sandbox prevents array-syntax lookup by number in Map </action>