aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2015-04-03 11:25:44 +0000
committerBenedikt Ritter <britter@apache.org>2015-04-03 11:25:44 +0000
commit9e575c4da256b3fed0544c39680e1b6dc202114d (patch)
treee8cfffe2ba9090d3d8f42272b527ae62815ed5d3 /RELEASE-NOTES.txt
parent79aceed0e31376af5756fd8ab314534b0ac1efa3 (diff)
downloadapache-commons-lang-9e575c4da256b3fed0544c39680e1b6dc202114d.tar.gz
Document change of constant in DurationUtils as suggested by Oliver Heger.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1671029 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 453e148d3..10df8f957 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -15,6 +15,19 @@ For the advice on upgrading from 2.x to 3.x, see the following page:
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
==============