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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 80f608c Add RandomAccessMode.from(AccessMode).
80f608c is described below
commit 80f608cc0d8efe05f49a479d679949a209506565
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 6 09:04:37 2021 -0500
Add RandomAccessMode.from(AccessMode).
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 49ab2fc..3a7b62a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,6 +90,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">
FileSystemOptions implements Comparable.
</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">
+ Add RandomAccessMode.from(AccessMode).
+ </action>
<!-- UDPATE -->
<action type="update" dev="ggregory" due-to="Dependabot">
Bump jakarta.mail from 1.6.7 to 2.0.1 #200.