Skip to content

Commit 6dc01c4

Browse files
author
Gary Gregory
committed
Organize.
1 parent 0a19e43 commit 6dc01c4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/changes/changes.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,20 @@ The <action> type attribute can be add,update,fix,remove.
4747
<body>
4848
<!-- The release date is the date RC is cut -->
4949
<release version="2.9.0" date="2020-MM-DD" description="Java 8 required.">
50-
<action issue="IO-686" dev="ggregory" type="add" due-to="Alan Moffat, Gary Gregory">
50+
<!-- FIX -->
51+
<action issue="IO-686" dev="ggregory" type="fix" due-to="Alan Moffat, Gary Gregory">
5152
IOUtils.toByteArray(InputStream) Javadoc does not match code
5253
</action>
5354
<action issue="IO-689" dev="aherbert" type="fix" due-to="Uwe Schindler">
5455
FileUtils: Remove Instant->ZonedDateTime->Instant round-trip.
5556
</action>
56-
<action dev="ggregory" type="add" due-to="Gary Gregory">
57-
Add FileSystemProviders class.
58-
</action>
5957
<action dev="ggregory" type="fix" due-to="Michael Ernst, Gary Gregory">
6058
Make `FilenameUtils.equals()` not throw an exception #154.
6159
</action>
60+
<!-- ADD -->
61+
<action dev="ggregory" type="add" due-to="Gary Gregory">
62+
Add FileSystemProviders class.
63+
</action>
6264
<!-- UPDATES -->
6365
<action dev="ggregory" type="update" due-to="Dependabot">
6466
Update junit-jupiter from 5.6.2 to 5.7.0 #153.

0 commit comments

Comments
 (0)