You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by he...@apache.org on 2017/03/10 17:07:45 UTC

svn commit: r1786389 - /commons/proper/jexl/trunk/RELEASE-NOTES.txt

Author: henrib
Date: Fri Mar 10 17:07:44 2017
New Revision: 1786389

URL: http://svn.apache.org/viewvc?rev=1786389&view=rev
Log:
JEXL:
Removed (wrong) statement about Java7

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=1786389&r1=1786388&r2=1786389&view=diff
==============================================================================
--- commons/proper/jexl/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/jexl/trunk/RELEASE-NOTES.txt Fri Mar 10 17:07:44 2017
@@ -24,7 +24,6 @@ Release 3.1
 ========================================================================================================================
 
 Version 3.1 is a minor release.
-Note that JEXL 3.1 now requires Java 7.
 
 Warning:
 ========
@@ -38,7 +37,6 @@ shall be able to continue doing so with
 2 - 'public java.util.concurrent.Callable callable(org.apache.commons.jexl3.JexlContext)'in interface org.apache.commons.jexl3.JexlExpression
 3 - 'public java.util.Map getPragmas()'in interface org.apache.commons.jexl3.JxltEngine$Template
 
-
 What's new in 3.1:
 ==================
 * Annotations syntax (@annotation) and processing capabilities.