Author: sebb
Date: Sun Dec  4 19:13:26 2011
New Revision: 1210180

URL: http://svn.apache.org/viewvc?rev=1210180&view=rev
Log:
Document compatibilty

Modified:
    commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt

Modified: commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt?rev=1210180&r1=1210179&r2=1210180&view=diff
==============================================================================
--- commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt (original)
+++ commons/proper/jexl/branches/2.0/RELEASE-NOTES.txt Sun Dec  4 19:13:26 2011
@@ -35,6 +35,13 @@ Its goal is to expose scripting features
 
   http://commons.apache.org/jexl/
 
+Compatibility with previous releases
+====================================
+Version 2.1 is binary compatible with 2.0.1.
+
+However it is not source compatible.
+New methods have been added to the org.apache.commons.jexl2.Script and 
org.apache.commons.jexl2.JexlInfo interfaces.
+Any source code that implements these interfaces will need to be updated.
 
 What's new in 2.1:
 ==================


Reply via email to