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 604e55ee Sentence ends in a period 604e55ee is described below commit 604e55ee6e9fdc54c62ed51147f5b130369d5ff8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 7 10:50:29 2023 -0400 Sentence ends in a period --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 08a04465..44b5a96e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,7 +50,7 @@ The <action> type attribute can be add,update,fix,remove. <release version="2.14.1" date="202Y-MM-DD" description="Java 8 is required."> <!-- FIX --> <action dev="sebb" type="fix" issue="IO-810" due-to="Laurence Gonsalves"> - XmlStreamReader encoding match RE is too strict + XmlStreamReader encoding match RE is too strict. </action> <action dev="ggregory" type="fix" issue="IO-810" due-to="Gregor Dschung, Gary Gregory"> Javadoc in FileUtils does not reflect code for thrown exceptions.