Skip to content

Commit fb15a84

Browse files
committed
Add missing due-to attributes in changes.xml.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1668443 13f79535-47bb-0310-9956-ffa450edef68
1 parent 28b7b95 commit fb15a84

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/changes/changes.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ The <action> type attribute can be add,update,fix,remove.
4444
<body>
4545
<release version="1.11" date="DD MM 2014" description="Feature and fix release.">
4646
<action dev="ggregory" type="add" issue="CODEC-199" due-to="Yossi Tamari">Bug in HW rule in Soundex</action>
47-
<action dev="ggregory" type="add" issue="CODEC-183">BaseNCodecOutputStream only supports writing EOF on close()</action>
48-
<action dev="ggregory" type="add" issue="CODEC-195">Support SHA-224 in DigestUtils on Java 8</action>
49-
<action dev="ggregory" type="add" issue="CODEC-194">Support java.nio.ByteBuffer in org.apache.commons.codec.binary.Hex</action>
50-
<action dev="ggregory" type="add" issue="CODEC-193">Support java.nio.ByteBuffer in DigestUtils</action>
47+
<action dev="ggregory" type="add" issue="CODEC-183" due-to="Steven Wurster">BaseNCodecOutputStream only supports writing EOF on close()</action>
48+
<action dev="ggregory" type="add" issue="CODEC-195" due-to="Gary Gregory">Support SHA-224 in DigestUtils on Java 8</action>
49+
<action dev="ggregory" type="add" issue="CODEC-194" due-to="Gary Gregory">Support java.nio.ByteBuffer in org.apache.commons.codec.binary.Hex</action>
50+
<action dev="ggregory" type="add" issue="CODEC-193" due-to="Michael Donaghy">Support java.nio.ByteBuffer in DigestUtils</action>
5151
</release>
5252
<release version="1.10" date="5 November 2014" description="Feature and fix release.">
5353
<action dev="ggregory" type="add" issue="CODEC-192" due-to="Thomas Neidhart">Add Daitch-Mokotoff Soundex</action>

0 commit comments

Comments
 (0)