Skip to content

Commit bf0954c

Browse files
committed
Order some entries.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1379807 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6d151e7 commit bf0954c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/changes/changes.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ The <action> type attribute can be add,update,fix,remove.
5151
</release>
5252
-->
5353
<release version="1.7" date="TBD" description="Feature and fix release.">
54-
<action issue="CODEC-150" dev="ggregory" type="add" due-to="lathspell">
55-
Remove unnecessary call to Math.abs().
56-
</action>
57-
<action issue="CODEC-151" dev="ggregory" type="add" due-to="lathspell">
58-
Remove unnecessary attempt to fill up the salt variable in UnixCrypt.
59-
</action>
6054
<action issue="CODEC-153" dev="ggregory" type="add" due-to="ggregory">
6155
Create a class MessageDigestAlgorithms to define standard algorithm names.
6256
</action>
6357
<action issue="CODEC-152" dev="ggregory" type="add" due-to="ggregory">
6458
DigestUtils.getDigest(String) looses the orginal exception.
6559
</action>
60+
<action issue="CODEC-151" dev="ggregory" type="add" due-to="lathspell">
61+
Remove unnecessary attempt to fill up the salt variable in UnixCrypt.
62+
</action>
63+
<action issue="CODEC-150" dev="ggregory" type="add" due-to="lathspell">
64+
Remove unnecessary call to Math.abs().
65+
</action>
6666
<action issue="CODEC-148" dev="ggregory" type="add" due-to="lathspell">
6767
More tests and minor things.
6868
</action>

0 commit comments

Comments
 (0)