aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorGary Gregory <gardgregory@gmail.com>2022-09-12 17:20:17 -0700
committerGary Gregory <gardgregory@gmail.com>2022-09-12 17:20:17 -0700
commit5e0998b9f1ba3b3975cecd18b4285540b02a9749 (patch)
tree1b46dbe785fbb148c67c8ba5f303e77b246f04cd /src/changes
parent93228aa10a06b6cb3f38c18aecd0c5eea867a16c (diff)
downloadapache-commons-io-5e0998b9f1ba3b3975cecd18b4285540b02a9749.tar.gz
IOExceptionList implements Iterable.
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 9d950914..e235e294 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -442,6 +442,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" due-to="Gary Gregory">
Add TimestampedObserver.isClosed().
</action>
+ <action dev="ggregory" type="add" due-to="Gary Gregory">
+ IOExceptionList implements Iterable.
+ </action>
<!-- UPDATE -->
<action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
Bump actions/cache from 2.1.6 to 3.0.8 #307, #337.