Skip to content

Commit fe15192

Browse files
authored
Use String.contains() functions. apache#125
1 parent 31bb816 commit fe15192

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/changes/changes.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ The <action> type attribute can be add,update,fix,remove.
4444

4545
<release version="1.16" date="2022-01-21" description="Feature and fix release.">
4646
<!-- FIX -->
47-
<action issue="CODEC-295" dev="ggregory" type="update" due-to="Arturo Bernal">Minor improvements #67.</action>
47+
<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>
49-
<action issue="CODEC-301" dev="aherbert" type="update" due-to="Alexander Pinske, Alex Herbert">Simplify assertion #84.</action>
50-
<action issue="CODEC-300" dev="ggregory" type="update" due-to="Arturo Bernal">Simplify assertion #84.</action>
51-
<action issue="CODEC-298" dev="ggregory" type="update" due-to="Arturo Bernal">Use Standard Charset object #82</action>
49+
<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>
5253
<!-- ADD -->
5354
<action issue="CODEC-296" dev="mattsicker" type="add" due-to="Matt Sicker">Add support for Blake3 family of hashes.</action>
5455
<!-- UPDATE -->

0 commit comments

Comments
 (0)