Author: bayard
Date: Tue Feb  6 14:52:29 2007
New Revision: 504353

URL: http://svn.apache.org/viewvc?view=rev&rev=504353
Log:
Adding LANG-315 to the release notes

Modified:
    jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt
    jakarta/commons/proper/lang/trunk/xdocs/upgradeto2_3.xml

Modified: jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt?view=diff&rev=504353&r1=504352&r2=504353
==============================================================================
--- jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/lang/trunk/RELEASE-NOTES.txt Tue Feb  6 14:52:29 2007
@@ -14,7 +14,8 @@
 
 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 @@
     * [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:
 

Modified: jakarta/commons/proper/lang/trunk/xdocs/upgradeto2_3.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/xdocs/upgradeto2_3.xml?view=diff&rev=504353&r1=504352&r2=504353
==============================================================================
--- jakarta/commons/proper/lang/trunk/xdocs/upgradeto2_3.xml (original)
+++ jakarta/commons/proper/lang/trunk/xdocs/upgradeto2_3.xml Tue Feb  6 
14:52:29 2007
@@ -36,7 +36,8 @@
 
 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 @@
     * [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:
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to