Author: ggregory
Date: Fri May 13 20:41:40 2016
New Revision: 1743752
URL: http://svn.apache.org/viewvc?rev=1743752&view=rev
Log:
Use same attribute order in changes.xml.
Modified:
commons/proper/codec/trunk/src/changes/changes.xml
Modified: commons/proper/codec/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/changes/changes.xml?rev=1743752&r1=1743751&r2=1743752&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/changes/changes.xml (original)
+++ commons/proper/codec/trunk/src/changes/changes.xml Fri May 13 20:41:40 2016
@@ -43,7 +43,7 @@ The <action> type attribute can be add,u
</properties>
<body>
<release version="1.11" date="DD MM 2015" description="Feature and fix
release.">
- <action issue="CODEC-200" dev="sebb" type="fix" due-to="Luciano
Vernaschi">Base32.HEX_DECODE_TABLE contains the wrong value 32</action>
+ <action dev="sebb" type="fix" issue="CODEC-200" due-to="Luciano
Vernaschi">Base32.HEX_DECODE_TABLE contains the wrong value 32</action>
<action dev="ggregory" type="fix" issue="CODEC-207" due-to="Gary
Gregory">Charsets Javadoc breaks build when using Java 8</action>
<action dev="ggregory" type="fix" issue="CODEC-199" due-to="Yossi
Tamari">Bug in HW rule in Soundex</action>
<action dev="ggregory" type="add" issue="CODEC-183" due-to="Steven
Wurster">BaseNCodecOutputStream only supports writing EOF on close()</action>