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 40cf7ce  Add PathUtils.isPosix(Path, LinkOption...). #290
40cf7ce is described below

commit 40cf7ce7dcac85d73115862590291bd99dac35a7
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sat Oct 30 11:53:46 2021 -0400

    Add PathUtils.isPosix(Path, LinkOption...). #290
    
    Add PathUtils.readAttributes(Path, Class, LinkOption...). #290
---
 src/changes/changes.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f684b1e..5dec7e9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -269,6 +269,12 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-753" dev="ggregory" type="add" 
due-to="SebastianDietrich, Gary Gregory">
         Add IOUtils method to copy output stream to input stream #281.
       </action>
+      <action dev="ggregory" type="add" due-to="Gary Gregory">
+        Add PathUtils.isPosix(Path, LinkOption...). #290
+      </action>
+      <action dev="ggregory" type="add" due-to="Gary Gregory">
+        Add PathUtils.readAttributes(Path, Class, LinkOption...). #290
+      </action>
       <!-- UPDATE -->
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Update FileEntry to use FileTime instead of long for file time stamps.

Reply via email to