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
commit 60a5f5036656180f92b336d321b3940eb086f9c5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 25 14:19:26 2021 -0400 Add vscode files to gitignore #205. --- src/changes/changes.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4cd4322..506c7c1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,9 +47,13 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="2.9.1" date="2021-MM-DD" description="Maintenance release. Requires Java 8."> <!-- FIX --> - <action type="update" dev="ggregory" due-to="Seth Falco"> + <action type="fix" dev="ggregory" due-to="Seth Falco"> Replace package.html with package-info.java #206. </action> + <!-- ADD --> + <action type="add" dev="ggregory" due-to="Seth Falco"> + Add vscode files to gitignore #205. + </action> <!-- UDPATE --> <action type="update" dev="ggregory" due-to="Dependabot"> Bump jakarta.mail from 1.6.7 to 2.0.1 #200.