Skip to content

Commit ec43b73

Browse files
committed
[CODEC-147] Add entry to changes.xml for a small change made as part of CODEC-132.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1375191 13f79535-47bb-0310-9956-ffa450edef68
1 parent 536ede3 commit ec43b73

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ 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-147" dev="tn" type="update">
55+
BeiderMorseEncoder/PhoneticEngine: make results deterministic by using a LinkedHashSet
56+
instead of a HashSet.
57+
</action>
5458
<action issue="CODEC-143" dev="sebb" type="update">
5559
StringBuffer could be replaced by StringBuilder for local variables.
5660
</action>

0 commit comments

Comments
 (0)