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
This commit is contained in:
Henri Yandell 2007-02-06 22:52:29 +00:00
parent b16235ad10
commit 406a86f4f3
2 changed files with 6 additions and 2 deletions

View File

@ -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:

View File

@ -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: