You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/changes/changes.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ The <action> type attribute can be add,update,fix,remove.
94
94
<actiondev="ggregory"type="fix"issue="IO-807"due-to="Jordi Sola, Elliotte Rusty Harold">Copy symlinks, not the files the symlinks point to #558.</action>
95
95
<actiondev="ggregory"type="fix"due-to="Gary Gregory">Pickup apache-rat-plugin version from parent POM.</action>
96
96
<actiondev="ggregory"type="fix"due-to="Elliotte Rusty Harold">Add test for copying a symlink FileUtilsTest#testCopyFile_symLink() #564.</action>
97
+
<actiondev="ggregory"type="fix"due-to="Elliotte Rusty Harold">Make copyFile copy symbolic links by value rather than reference #565.</action>
97
98
<!-- Add -->
98
99
<actiondev="ggregory"type="add"due-to="Gary Gregory">Add and use PathUtils.getFileName(Path, Function<Path, R>).</action>
99
100
<actiondev="ggregory"type="add"due-to="Gary Gregory">Add and use PathUtils.getFileNameString().</action>
0 commit comments