aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2007-02-06 22:52:29 +0000
committerHenri Yandell <bayard@apache.org>2007-02-06 22:52:29 +0000
commit406a86f4f3f964b8c20e0c8458e14220fbd5b7aa (patch)
tree4c1c8829af3090c4fa2a85552ad818b8515fbe63 /RELEASE-NOTES.txt
parentb16235ad108c4fcdb7117493394d26d2f0faeace (diff)
downloadapache-commons-lang-406a86f4f3f964b8c20e0c8458e14220fbd5b7aa.tar.gz
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
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt4
1 files changed, 3 insertions, 1 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: