Repository: commons-lang
Updated Branches:
  refs/heads/master 43e5f9982 -> 756b91060


changes.xml: correct entry type of LANG-1133

(side-effect: close #39)


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

Branch: refs/heads/master
Commit: 756b910603ce94ae30e98954676477c14ed1a7d1
Parents: 43e5f99
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Sun Oct 2 17:58:54 2016 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Sun Oct 2 17:58:54 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/756b9106/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1d3fb64..5a124b4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -126,7 +126,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1147" type="fix" dev="sebb" due-to="Loic 
Guibert">EnumUtils *BitVector issue with more than 32 values Enum</action>
     <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-1133" type="fix" 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>
     <action issue="LANG-1122" type="fix" dev="britter" due-to="Adrian 
Ber">Inconsistent behavior of swap for malformed inputs</action>

Reply via email to