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 fea8c46 [CODEC-298] Use Standard Charset object #82. fea8c46 is described below commit fea8c46739b307f30152e50dc1f30f01237a89bb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Aug 8 11:21:59 2021 -0400 [CODEC-298] Use Standard Charset object #82. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1f706c1..0d60289 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove. <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> <!-- ADD --> <action issue="CODEC-296" dev="mattsicker" type="add" due-to="Matt Sicker">Add support for Blake3 family of hashes.</action> <!-- UDPATE -->