Author: ggregory
Date: Wed Aug  3 13:55:53 2011
New Revision: 1153491

URL: http://svn.apache.org/viewvc?rev=1153491&view=rev
Log:
[LANG-738] Use internal Java's Number caches instead creating new objects

Modified:
    commons/proper/lang/trunk/src/site/changes/changes.xml

Modified: commons/proper/lang/trunk/src/site/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/changes/changes.xml?rev=1153491&r1=1153490&r2=1153491&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/changes/changes.xml (original)
+++ commons/proper/lang/trunk/src/site/changes/changes.xml Wed Aug  3 13:55:53 
2011
@@ -36,6 +36,7 @@
     <action type="fix" issue="LANG-734">The CHAR_ARRAY cache in CharUtils 
duplicates the cache in java.lang.Character</action>
     <action type="update" issue="LANG-735">Deprecate 
CharUtils.toCharacterObject(char) in favor of 
java.lang.Character.valueOf(char)</action>
     <action type="add" issue="LANG-737">Missing method getRawMessage for 
ContextedException and ContextedRuntimeException</action>
+    <action type="fix" issue="LANG-738">Use internal Java's Number caches 
instead creating new objects</action>
   </release>
 
   <release version="3.0" date="2011-07-18" description="Backwards incompatible 
update of Commons Lang to Java 5">  


Reply via email to