diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0516307e347..0ef677a18f5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,7 +56,7 @@ The type attribute can be add,update,fix,remove. FileUtils.listFiles(final File, String[], boolean) can throw NoSuchFileException #697, #699. FileUtils.forceDelete on non-existent file on Windows throws IOException rather than FileNotFoundException. Use Unicode escapes for superscript characters. #701. - Recent incompatible change to FileUtils.listFiles re extensions, see IO-856. + Recent incompatible change to FileUtils.listFiles re extensions, see also IO-856. Javadoc: Update details for PathUtils "clean" behavior.