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 f76930e Clean up tests and simplify assertions #76. new 051ab32 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-vfs f76930e is described below commit f76930eba9a530039050681f3a76f651c89c491f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Dec 29 10:51:13 2019 -0500 Clean up tests and simplify assertions #76. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c7323dd..1c4aeb5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,9 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="2.5.1" date="2020-MM-DD" description="TBD."> + <action dev="ggregory" due-to="Eitan Adler" type="fix"> + Clean up tests and simplify assertions #76. + </action> </release> <release version="2.5.0" date="2019-12-24" description="New features and bug fix release."> <!-- <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->