You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/05/22 13:01:01 UTC

[commons-io] branch master updated: Simplify Assertions in tests #234.

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 b698fb9  Simplify Assertions in tests #234.
b698fb9 is described below

commit b698fb9ae351d892b09a178bd3a3884498091959
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat May 22 09:00:58 2021 -0400

    Simplify Assertions in tests #234.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8d784e2..73593c5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -286,6 +286,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Arturo Bernal">
         Minor improvements #233.
       </action>
+      <action type="update" dev="ggregory" due-to="Arturo Bernal">
+        Simplify Assertions in tests #234.
+      </action>
     </release>
     <!-- The release date is the date RC is cut -->
     <release version="2.8.0" date="2020-09-05" description="Java 8 required.">