Add LANG-1137 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/4ccfde2b Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/4ccfde2b Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/4ccfde2b Branch: refs/heads/master Commit: 4ccfde2b57de4093a76cd905f14501e5e7bcb878 Parents: 0611710 Author: Benedikt Ritter <brit...@apache.org> Authored: Tue May 12 08:29:21 2015 +0200 Committer: Benedikt Ritter <brit...@apache.org> Committed: Tue May 12 08:29:21 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/4ccfde2b/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6a7a864..c848755 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-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> <action issue="LANG-1132" type="add" dev="britter" due-to="Jack Tan">ReflectionToStringBuilder doesn't throw IllegalArgumentException when the constructor's object param is null</action>