Add LANG-1248 to changes.xml

Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/8f362e7e
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/8f362e7e
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/8f362e7e

Branch: refs/heads/master
Commit: 8f362e7eab0c628b7628ece09f2132aab69d35b4
Parents: a3b74d9
Author: Benedikt Ritter <brit...@apache.org>
Authored: Sun Sep 25 19:20:14 2016 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Sun Sep 25 19:20:14 2016 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/8f362e7e/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b7be59e..dde81f6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1226" type="fix" dev="pschumacher" 
due-to="pschumacher">StringUtils#normalizeSpace does not trim the string 
anymore</action>
     <action issue="LANG-1251" type="fix" dev="pschumacher" due-to="Takuya 
Ueshin">SerializationUtils.ClassLoaderAwareObjectInputStream should use static 
initializer to initialize primitiveTypes map</action>
     <action issue="LANG-1253" type="add" dev="ggregory" 
due-to="adilek">[GitHub issue #170] Add RandomUtils#nextBoolean() 
method</action>
+    <action issue="LANG-1248" type="fix" dev="chas" due-to="Benoit 
Wiart">FastDatePrinter Memory allocation regression</action>
     <action issue="LANG-1247" type="update" dev="chas" due-to="Benoit 
Wiart">FastDatePrinter generates extra Date objects</action>
     <action issue="LANG-1018" type="fix" dev="pschumacher" due-to="Nick 
Manley">Fix precision loss on NumberUtils.createNumber(String)</action>
     <action issue="LANG-1229" type="update" dev="pschumacher" due-to="Ruslan 
Cheremin">HashCodeBuilder.append(Object,Object) is too big to be inlined, which 
prevents whole builder to be scalarized</action>

Reply via email to