Skip to content

Commit 112de65

Browse files
author
Gary Gregory
committed
Keep updates together.
1 parent d590982 commit 112de65

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/changes/changes.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ The <action> type attribute can be add,update,fix,remove.
115115
<action dev="ggregory" type="add" due-to="Gary Gregory">
116116
Add RandomAccessFileInputStream.
117117
</action>
118+
<action issue="IO-681" dev="sebb" type="add">
119+
IOUtils.close(Closeable) should allow a list of closeables.
120+
</action>
121+
<action issue="IO-672" dev="sebb" type="fix">
122+
Copying a File sets last modified date to 01 January 1970.
123+
</action>
118124
<!-- UPDATES -->
119125
<action dev="ggregory" type="update" due-to="Gary Gregory">
120126
Replace FindBugs with SpotBugs.
@@ -140,12 +146,6 @@ The <action> type attribute can be add,update,fix,remove.
140146
<action dev="ggregory" type="update" due-to="Dependabot">
141147
Update spotbugs from 4.0.6 to 4.1.1 #134.
142148
</action>
143-
<action issue="IO-681" dev="sebb" type="add">
144-
IOUtils.close(Closeable) should allow a list of closeables.
145-
</action>
146-
<action issue="IO-672" dev="sebb" type="fix">
147-
Copying a File sets last modified date to 01 January 1970.
148-
</action>
149149
<action dev="ggregory" type="update" due-to="Dependabot">
150150
Update junit-pioneer from 0.8.0 to 0.9.0 #138.
151151
</action>

0 commit comments

Comments
 (0)