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 006e455 JEXL-272: releases notes typo
006e455 is described below
commit 006e45586ca7c29f8938ed6fcb745549d883b968
Author: henrib <[email protected]>
AuthorDate: Wed Sep 12 15:26:09 2018 +0200
JEXL-272: releases notes typo
---
RELEASE-NOTES.txt | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 243a61b..6e5b7a8 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -40,8 +40,7 @@ New Features in 3.2:
====================
* JEXL-264: Allow space, quote & double-quote in identifiers
-* JEXL-260: Automatically inject JexlContext in constructor call when
possib
-* JEXL-272: Dereferencing null property not reported on method callle
+* JEXL-260: Automatically inject JexlContext in constructor call when
possible
* JEXL-252: Allow for interpolated strings to be used in property access
operators
* JEXL-250: Safe navigation operator (?.)
* JEXL-248: Allow range subexpression as an array property assignment
identifier