Repository: commons-lang Updated Branches: refs/heads/master 5457345ac -> 2e3fa5c25
LANG-1222: add changes.xml entry. This closes #125 from github. Thanks to Adam J. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/2e3fa5c2 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/2e3fa5c2 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/2e3fa5c2 Branch: refs/heads/master Commit: 2e3fa5c2532c95a95b4f52aeb5b7520282dd4691 Parents: 5457345 Author: Bruno P. Kinoshita <[email protected]> Authored: Sun Apr 24 13:17:58 2016 +1200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Sun Apr 24 13:17:58 2016 +1200 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/2e3fa5c2/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1d11926..8043fb9 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-1222" type="fix" dev="ggregory" due-to="Adam J.">Fix for incorrect comment on StringUtils.containsIgnoreCase method</action> <action issue="LANG-1221" type="fix" dev="ggregory" due-to="Pierre Templier">Fix typo on appendIfMissing javadoc</action> <action issue="LANG-1220" type="add" dev="kinow" due-to="Casey Scarborough">Add tests for missed branches in DateUtils</action> <action issue="LANG-1202" type="fix" dev="chas" due-to="Markus Jelsma">parseDateStrictly does't pass specified locale</action>
