You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/04/03 13:25:44 UTC

svn commit: r1671029 - /commons/proper/lang/trunk/RELEASE-NOTES.txt

Author: britter
Date: Fri Apr  3 11:25:44 2015
New Revision: 1671029

URL: http://svn.apache.org/r1671029
Log:
Document change of constant in DurationUtils as suggested by Oliver Heger.

Modified:
    commons/proper/lang/trunk/RELEASE-NOTES.txt

Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/RELEASE-NOTES.txt?rev=1671029&r1=1671028&r2=1671029&view=diff
==============================================================================
--- commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/lang/trunk/RELEASE-NOTES.txt Fri Apr  3 11:25:44 2015
@@ -15,6 +15,19 @@ For the advice on upgrading from 2.x to
     http://commons.apache.org/lang/article3_0.html
 
 
+COMPATIBILITY
+=============
+
+Commons Lang 3.4 is fully binary compatible to the last release and can 
+therefore be used as a drop in replacement for 3.3.1. Note that the value of 
+org.apache.commons.lang3.time.DurationFormatUtils.ISO_EXTENDED_FORMAT_PATTERN
+has changed, which may affect clients using the constant. Furthermore the
+constant is used internally in 
+o DurationFormatUtils.formatDurationISO(long)
+o DurationFormatUtils.formatPeriodISO(long, long)
+
+For more information see https://issues.apache.org/jira/browse/LANG-1000.
+
 NEW FEATURES
 ==============