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 1f8fb97d Add PathMatcher to IOFileFilter class Javadoc #536
1f8fb97d is described below
commit 1f8fb97d396a484d4a8a9a1bd5868b89a3cff4f6
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 26 10:07:47 2023 -0500
Add PathMatcher to IOFileFilter class Javadoc #536
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d350178c..f9439d24 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -76,6 +76,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Gary
Gregory">Avoid NullPointerException in IOCase.checkRegionMatches(String, int,
String) on null input.</action>
<action dev="ggregory" type="fix" due-to="Gary
Gregory">BoundedInputStream.getCount() should not count EOF.</action>
<action dev="ggregory" type="fix" due-to="Elliotte Rusty
Harold, Gary Gregory">Modernize temp file creation and deletion in
DeferredFileOutputStreamTest #535.</action>
+ <action dev="ggregory" type="fix" due-to="Elliotte Rusty
Harold">Add PathMatcher to IOFileFilter class Javadoc #536.</action>
<!-- Add -->
<action dev="ggregory" type="add" due-to="Gary
Gregory">Add and use PathUtils.getFileName(Path, Function<Path,
R>).</action>
<action dev="ggregory" type="add" due-to="Gary
Gregory">Add and use PathUtils.getFileNameString().</action>