LANG-1250: add changes.xml entry

(side-effects: close #177, close #178)


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

Branch: refs/heads/master
Commit: e05b50e1daa8200ad488a332375200bab132f2ad
Parents: e4b7ee8
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sat Aug 20 13:40:42 2016 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sat Aug 20 13:40:42 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/e05b50e1/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c89b9fc..c841af5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
 
   <release version="3.5" date="tba" description="tba">
+    <action issue="LANG-1250" type="fix" dev="pschumacher" due-to="Glease 
Wang">SerializationUtils#deserialize has unnecessary code and a comment for 
that</action>
     <action issue="LANG-1259" type="update" dev="britter" due-to="Dominik 
Stadler">JavaDoc for ArrayUtils.isNotEmpty() is slightly misleading</action>
     <action issue="LANG-1257" type="add" dev="ggregory" due-to="Gary 
Gregory">Add APIs StringUtils.wrapIfMissing(String, char|String)</action>
     <action issue="LANG-1190" type="fix" dev="pschumacher" 
due-to="pschumacher">TypeUtils.isAssignable throws NullPointerException when 
fromType has type variables and toType generic superclass specifies type 
variable</action>

Reply via email to