You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/18 20:01:00 UTC

[commons-io] branch master updated: Add support for Appendable to HexDump #418.

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 <ga...@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.