From 9e575c4da256b3fed0544c39680e1b6dc202114d Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Fri, 3 Apr 2015 11:25:44 +0000 Subject: [PATCH] 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 --- RELEASE-NOTES.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ==============