Skip to content

Commit 4dcea8d

Browse files
committed
Use same attribute order in changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1743752 13f79535-47bb-0310-9956-ffa450edef68
1 parent edb4ce3 commit 4dcea8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
4343
</properties>
4444
<body>
4545
<release version="1.11" date="DD MM 2015" description="Feature and fix release.">
46-
<action issue="CODEC-200" dev="sebb" type="fix" due-to="Luciano Vernaschi">Base32.HEX_DECODE_TABLE contains the wrong value 32</action>
46+
<action dev="sebb" type="fix" issue="CODEC-200" due-to="Luciano Vernaschi">Base32.HEX_DECODE_TABLE contains the wrong value 32</action>
4747
<action dev="ggregory" type="fix" issue="CODEC-207" due-to="Gary Gregory">Charsets Javadoc breaks build when using Java 8</action>
4848
<action dev="ggregory" type="fix" issue="CODEC-199" due-to="Yossi Tamari">Bug in HW rule in Soundex</action>
4949
<action dev="ggregory" type="add" issue="CODEC-183" due-to="Steven Wurster">BaseNCodecOutputStream only supports writing EOF on close()</action>

0 commit comments

Comments
 (0)