aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2022-10-09 13:25:25 -0400
committerGary Gregory <garydgregory@gmail.com>2022-10-09 13:25:25 -0400
commit7b13b4db7cec3fbf0709df90e51404345b7ad07e (patch)
treecb0d7ac6c8a394364a71b793b61ae33166bff605 /src/changes
parent8b13282c2449a885ba6f9413746a59cc42900c7f (diff)
downloadapache-commons-io-7b13b4db7cec3fbf0709df90e51404345b7ad07e.tar.gz
[IO-782] SequenceReader should close readers when its close method is
called #391.
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b0b93b71..30d03657 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -210,6 +210,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="IO-611" dev="ggregory" type="fix" due-to="ArdenL-Liu, Bruno P. Kinoshita, Gary Gregory">
Better docs in IOUtils and IOUtils.byteArray(int size) #374.
</action>
+ <action issue="IO-782" dev="ggregory" type="fix" due-to="Matteo Di Giovinazzo, Gary Gregory">
+ SequenceReader should close readers when its close method is called #391.
+ </action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">
Add GitHub coverage.yml.