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-io.git
The following commit(s) were added to refs/heads/master by this push: new 41b12cd0 Add support for Appendable to HexDump #418. 41b12cd0 is described below commit 41b12cd04eb9fb47ff5d05a92aafc5a0c16a1ad5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 18 15:00:55 2023 -0500 Add support for Appendable to HexDump #418. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 848dfc00..17a74bfd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -451,6 +451,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="add" due-to="Gary Gregory"> IOExceptionList implements Iterable. </action> + <action issue="IO-784" dev="ggregory" type="add" due-to="Fredrik Kjellberg, Gary Gregory"> + Add support for Appendable to HexDump #418. + </action> <!-- UPDATE --> <action dev="kinow" type="update" due-to="Dependabot, Gary Gregory"> Bump actions/cache from 2.1.6 to 3.0.10 #307, #337, #393.