This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 403d8b8 Fix incorrect FilenameUtils Javadoc for null bytes #310.
403d8b8 is described below
commit 403d8b837d64e7ce7a2649e00fdc07fd453ad436
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 30 12:04:44 2022 -0500
Fix incorrect FilenameUtils Javadoc for null bytes #310.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5aaca08..322e8c0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -138,6 +138,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Chad Wilson, Gary Gregory">
FileUtils.copyURLToFile should create target parent directories and
overwrite target file #319.
</action>
+ <action issue="IO-484" dev="ggregory" type="fix" due-to="Marcono1234,
Gary Gregory">
+ Fix incorrect FilenameUtils Javadoc for null bytes #310.
+ </action>
<!-- ADD -->
<action issue="IO-726" dev="ggregory" type="fix" due-to="shollander,
Gary Gregory">
Add MemoryMappedFileInputStream #215.