Skip to content

Commit d525799

Browse files
author
Gary Gregory
committed
Fix and move entry.
1 parent 7eae9a2 commit d525799

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/changes/changes.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ The <action> type attribute can be add,update,fix,remove.
7474
<action dev="ggregory" type="fix" due-to="Arturo Bernal">
7575
Fix Javadoc in ThreadMonitor#run() method. #273.
7676
</action>
77-
<action issue="IO-726" dev="ggregory" type="fix" due-to="shollander, Gary Gregory">
78-
Add MemoryMappedInputStream. #215.
79-
</action>
8077
<action issue="IO-749" dev="ggregory" type="fix" due-to="haihuiyang, Gary Gregory">
8178
FileUtils.listFiles() does not list matching files if File parameter is a symbolic link.
8279
</action>
@@ -130,6 +127,9 @@ The <action> type attribute can be add,update,fix,remove.
130127
When deleting symlinks, File/PathUtils.deleteDirectory() changes file permissions of the target.
131128
</action>
132129
<!-- ADD -->
130+
<action issue="IO-726" dev="ggregory" type="fix" due-to="shollander, Gary Gregory">
131+
Add MemoryMappedFileInputStream #215.
132+
</action>
133133
<action dev="ggregory" type="add" due-to="Gary Gregory">
134134
Add BrokenReader.INSTANCE.
135135
</action>

0 commit comments

Comments
 (0)