This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 610e1ceb Use String.contains() functions. #125
610e1ceb is described below
commit 610e1ceb7df22e79c1230fd979d66d7fea773cee
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 17 09:13:08 2022 -0400
Use String.contains() functions. #125
---
src/changes/changes.xml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fb84d7a6..91b4b131 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,11 +44,12 @@ The <action> type attribute can be add,update,fix,remove.
<release version="1.16" date="2022-01-21" description="Feature and fix
release.">
<!-- FIX -->
- <action issue="CODEC-295" dev="ggregory" type="update" due-to="Arturo
Bernal">Minor improvements #67.</action>
+ <action issue="CODEC-295" dev="ggregory" type="fix" due-to="Arturo
Bernal">Minor improvements #67.</action>
<action dev="aherbert" type="fix" due-to="James
Gan">Remove duplicated words from Javadocs.</action>
- <action issue="CODEC-301" dev="aherbert" type="update" due-to="Alexander
Pinske, Alex Herbert">Simplify assertion #84.</action>
- <action issue="CODEC-300" dev="ggregory" type="update" due-to="Arturo
Bernal">Simplify assertion #84.</action>
- <action issue="CODEC-298" dev="ggregory" type="update" due-to="Arturo
Bernal">Use Standard Charset object #82</action>
+ <action issue="CODEC-301" dev="aherbert" type="fix" due-to="Alexander
Pinske, Alex Herbert">Simplify assertion #84.</action>
+ <action issue="CODEC-300" dev="ggregory" type="fix" due-to="Arturo
Bernal">Simplify assertion #84.</action>
+ <action issue="CODEC-298" dev="ggregory" type="fix" due-to="Arturo
Bernal">Use Standard Charset object #82</action>
+ <action issue="CODEC-298" dev="ggregory" type="fix" due-to="Arturo
Bernal">Use String.contains() functions. #125</action>
<!-- ADD -->
<action issue="CODEC-296" dev="mattsicker" type="add" due-to="Matt
Sicker">Add support for Blake3 family of hashes.</action>
<!-- UPDATE -->