Author: henrib
Date: Sun Jan 21 10:52:00 2018
New Revision: 1821785
URL: http://svn.apache.org/viewvc?rev=1821785&view=rev
Log:
JEXL-248:
Fixed left-value check during assignment parsing, added test
Modified:
commons/proper/jexl/trunk/RELEASE-NOTES.txt
Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/RELEASE-NOTES.txt?rev=1821785&r1=1821784&r2=1821785&view=diff
==============================================================================
--- commons/proper/jexl/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/jexl/trunk/RELEASE-NOTES.txt Sun Jan 21 10:52:00 2018
@@ -28,6 +28,7 @@ Version 3.2 is a minor release.
New Features in 3.2:
====================
+* JEXL-248: Allow range subexpression as an array property assignment
identifier
* JEXL-243: Allow restricting available features in Script/Expressions
* JEXL-238: Restrict getLiteralClass to a Number for NumberLiterals
* JEXL-237: Ability to restrict usage of certain names when declaring
local variables