Add LANG-1183 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/47c18629 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/47c18629 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/47c18629 Branch: refs/heads/master Commit: 47c186298927e373b31fe26444b9dbc313cccce6 Parents: b1762bd Author: Loic Guibert <[email protected]> Authored: Mon Nov 2 09:16:54 2015 +0400 Committer: Loic Guibert <[email protected]> Committed: Mon Nov 2 09:16:54 2015 +0400 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/47c18629/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7dee0d1..432c77c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ <body> <release version="3.5" date="tba" description="tba"> + <action issue="LANG-1183" type="update" dev="lguibert">Making replacePattern/removePattern methods null safe in StringUtils</action> <action issue="LANG-1139" type="add" dev="lguibert">Add replace by regular expression methods in StringUtils</action> <action issue="LANG-1171" type="add" dev="lguibert">Add compare methods in StringUtils</action> <action issue="LANG-1174" type="add" dev="britter" due-to="Punkratz312">Add sugar to RandomUtils</action>
