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 a3f3f075 [IO-680] Add more tests for IOUtils.contentEqualsIgnoreEOL
#137
a3f3f075 is described below
commit a3f3f075253b0f3cbe714f3f4e4e78520d4d8e0d
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 4 15:47:48 2022 -0400
[IO-680] Add more tests for IOUtils.contentEqualsIgnoreEOL #137
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f0d5492e..6148792b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -344,6 +344,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" due-to="Gary Gregory">
Update FileEntry to use FileTime instead of long for file time stamps.
</action>
+ <action issue="IO-680" dev="ggregory" type="add" due-to="XenoAmess,
sebbASF, Gary Gregory">
+ Add more tests for IOUtils.contentEqualsIgnoreEOL #137.
+ </action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump Maven Javadoc plugin from 3.2.0 to 3.3.2.