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 331b0ea Improve ReaderInputStream documentation #291. 331b0ea is described below commit 331b0ea4906f33cdcd36bf23590c0151767cf82d Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Feb 7 07:28:19 2022 -0500 Improve ReaderInputStream documentation #291. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b004d78..a90f298 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -150,6 +150,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IO-758" dev="ggregory" type="fix" due-to="Marcono1234, Gary Gregory"> Deprecate PathUtils.NOFOLLOW_LINK_OPTION_ARRAY in favor of noFollowLinkOptionArray(). </action> + <action dev="ggregory" type="fix" due-to="Marcono1234, Gary Gregory"> + Improve ReaderInputStream documentation #291. + </action> <!-- ADD --> <action issue="IO-726" dev="ggregory" type="fix" due-to="shollander, Gary Gregory"> Add MemoryMappedFileInputStream #215.