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 bc53cda Minor changes #287. bc53cda is described below commit bc53cdac20a0ad72af09ffc8f11504feee850f25 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue Oct 19 06:52:12 2021 -0400 Minor changes #287. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 951d566..272efef 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -117,6 +117,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IO-714" dev="ggregory" type="fix" due-to="kevinwang1975, Gary Gregory"> Fixed ReaderInputStream not calling CharsetEncoder.flush issue #283. </action> + <action dev="ggregory" type="fix" due-to="Arturo Bernal"> + Minor changes #287. + </action> <!-- ADD --> <action dev="ggregory" type="add" due-to="Gary Gregory"> Add BrokenReader.INSTANCE.