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: