Repository: commons-lang Updated Branches: refs/heads/master 78e2f4c12 -> 529964961
LANG-1059 Capitalize javadoc is incorrect Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/52996496 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/52996496 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/52996496 Branch: refs/heads/master Commit: 529964961fd1575013297bc6d4db4528133ee371 Parents: 78e2f4c Author: Sebb <[email protected]> Authored: Fri Jun 12 18:06:46 2015 +0100 Committer: Sebb <[email protected]> Committed: Fri Jun 12 18:06:46 2015 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/52996496/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c848755..4d49624 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-1059" type="fix" dev="sebb" due-to="Colin Casey">Capitalize javadoc is incorrect</action> <action issue="LANG-1137" type="add" dev="britter" due-to="Matthew Aguirre">Add check for duplicate event listener in EventListenerSupport</action> <action issue="LANG-1133" type="bug" dev="chas" due-to="Pascal Schumacher">FastDateParser_TimeZoneStrategyTest#testTimeZoneStrategyPattern fails on Windows with German Locale</action> <action issue="LANG-1135" type="add" dev="britter" due-to="Eduardo Martins">Add method containsAllWords to WordUtils</action>
