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 a606fd99 Avoid use toString() or substring() in favor of a simplified
expression #126
a606fd99 is described below
commit a606fd994aaa3dbe88d9dcef01d66fb2df1dd7c7
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 17 09:15:22 2022 -0400
Avoid use toString() or substring() in favor of a simplified expression #126
---
src/changes/changes.xml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 91b4b131..cab0e06f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,9 +47,10 @@ The <action> type attribute can be add,update,fix,remove.
<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="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>
+ <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 dev="ggregory" type="fix" due-to="Arturo
Bernal">Use String.contains() functions #125.</action>
+ <action dev="ggregory" type="fix" due-to="Arturo
Bernal">Avoid use toString() or substring() in favor of a simplified expression
#126.</action>
<!-- ADD -->
<action issue="CODEC-296" dev="mattsicker" type="add" due-to="Matt
Sicker">Add support for Blake3 family of hashes.</action>
<!-- UPDATE -->