This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-codec.git
commit 53af484dfdb989be92a80b06968abc98b67a8157 Author: aherbert <[email protected]> AuthorDate: Mon Jun 13 12:43:01 2022 +0100 CODEC-305: Track changes --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 06fd11cc..8f35bad7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -42,7 +42,7 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> - <release version="1.16" date="2022-01-21" description="Feature and fix release."> + <release version="1.16" date="TBD" description="Feature and fix release."> <!-- FIX --> <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> @@ -51,6 +51,7 @@ The <action> type attribute can be add,update,fix,remove. <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> + <action issue="CODEC-305" dev="aherbert" type="fix" due-to="Florian">Fix byte-skipping in Base16 decoding #135.</action> <!-- ADD --> <action issue="CODEC-296" dev="mattsicker" type="add" due-to="Matt Sicker">Add support for Blake3 family of hashes.</action> <action dev="ggregory" type="add">Add github/codeql-action.</action>
