Skip to content

Commit a606fd9

Browse files
authored
Avoid use toString() or substring() in favor of a simplified expression #126
1 parent 8993f9a commit a606fd9

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/changes/changes.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,10 @@ The <action> type attribute can be add,update,fix,remove.
4747
<action issue="CODEC-295" dev="ggregory" type="fix" due-to="Arturo Bernal">Minor improvements #67.</action>
4848
<action dev="aherbert" type="fix" due-to="James Gan">Remove duplicated words from Javadocs.</action>
4949
<action issue="CODEC-301" dev="aherbert" type="fix" due-to="Alexander Pinske, Alex Herbert">Simplify assertion #84.</action>
50-
<action issue="CODEC-300" dev="ggregory" type="fix" due-to="Arturo Bernal">Simplify assertion #84.</action>
51-
<action issue="CODEC-298" dev="ggregory" type="fix" due-to="Arturo Bernal">Use Standard Charset object #82</action>
52-
<action issue="CODEC-298" dev="ggregory" type="fix" due-to="Arturo Bernal">Use String.contains() functions. #125</action>
50+
<action issue="CODEC-300" dev="ggregory" type="fix" due-to="Arturo Bernal">Simplify assertion #84.</action>
51+
<action issue="CODEC-298" dev="ggregory" type="fix" due-to="Arturo Bernal">Use Standard Charset object #82.</action>
52+
<action dev="ggregory" type="fix" due-to="Arturo Bernal">Use String.contains() functions #125.</action>
53+
<action dev="ggregory" type="fix" due-to="Arturo Bernal">Avoid use toString() or substring() in favor of a simplified expression #126.</action>
5354
<!-- ADD -->
5455
<action issue="CODEC-296" dev="mattsicker" type="add" due-to="Matt Sicker">Add support for Blake3 family of hashes.</action>
5556
<!-- UPDATE -->

0 commit comments

Comments
 (0)