Skip to content

Commit d8a0c4f

Browse files
committed
[IO-874] FileUtils.forceDelete can delete a broken symlink again #756
1 parent 809e1e9 commit d8a0c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The <action> type attribute can be add,update,fix,remove.
6969
<action dev="ggregory" type="fix" due-to="maxxedev, Piotr P. Karwasz, Gary Gregory">QueueInputStream reads all but the first byte without waiting. #748.</action>
7070
<action dev="ggregory" type="fix" due-to="Gary Gregory">Javadoc fixes and improvements.</action>
7171
<action dev="ggregory" type="fix" due-to="Gary Gregory">Avoid NPE in org.apache.commons.io.filefilter.WildcardFilter.accept(File).</action>
72-
<action dev="ggregory" type="fix" issue="IO-874" due-to="Joerg Budischewski">FileUtils.forceDelete can delete a broken symlink again #756.</action>
72+
<action dev="ggregory" type="fix" issue="IO-874" due-to="Andy Russell, Joerg Budischewski">FileUtils.forceDelete can delete a broken symlink again #756.</action>
7373
<!-- ADD -->
7474
<action dev="ggregory" type="add" issue="IO-875" due-to="Pierre Baumard, Gary Gregory">Add org.apache.commons.io.file.CountingPathVisitor.accept(Path, BasicFileAttributes) #743.</action>
7575
<action dev="ggregory" type="add" due-to="Gary Gregory">Add org.apache.commons.io.Charsets.isAlias(Charset, String).</action>

0 commit comments

Comments
 (0)