From 406a86f4f3f964b8c20e0c8458e14220fbd5b7aa Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Tue, 6 Feb 2007 22:52:29 +0000 Subject: [PATCH] Adding LANG-315 to the release notes git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@504353 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 4 +++- xdocs/upgradeto2_3.xml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index cab5ffb39..5f17d0308 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -14,7 +14,8 @@ should be of use in any Java environment. INCOMPATIBLE CHANGES WITH VERSION 2.2: -- None +- Calling stop on a suspended StopWatch will no longer change the underlying time. + It's very unlikely anyone was relying on that bug as a feature. ADDITIONAL INCOMPATIBLE CHANGES WITH VERSION 2.0: @@ -71,6 +72,7 @@ BUG FIXES IN 2.3: * [LANG-303] - FastDateFormat.mRules is not transient or serializable * [LANG-304] - NullPointerException in isAvailableLocale(Locale) * [LANG-313] - Wrong behavior of Entities.unescape + * [LANG-315] - StopWatch: suspend() acts as split(), if followed by stop() IMPROVEMENTS IN 2.3: diff --git a/xdocs/upgradeto2_3.xml b/xdocs/upgradeto2_3.xml index 4a9345831..ac4214e3d 100644 --- a/xdocs/upgradeto2_3.xml +++ b/xdocs/upgradeto2_3.xml @@ -36,7 +36,8 @@ should be of use in any Java environment. INCOMPATIBLE CHANGES WITH VERSION 2.2: -- None +- Calling stop on a suspended StopWatch will no longer change the underlying time. + It's very unlikely anyone was relying on that bug as a feature. ADDITIONAL INCOMPATIBLE CHANGES WITH VERSION 2.0: @@ -93,6 +94,7 @@ BUG FIXES IN 2.3: * [LANG-303] - FastDateFormat.mRules is not transient or serializable * [LANG-304] - NullPointerException in isAvailableLocale(Locale) * [LANG-313] - Wrong behavior of Entities.unescape + * [LANG-315] - StopWatch: suspend() acts as split(), if followed by stop() IMPROVEMENTS IN 2.3: