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 3d85ccc2 [IO-814] Don't throw UncheckedIOException #491 3d85ccc2 is described below commit 3d85ccc2b27fc984dbff90f6d04ca6008ad747e1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 7 10:43:18 2023 -0400 [IO-814] Don't throw UncheckedIOException #491 --- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 49264bf1..c94646ae 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <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 </action> @@ -69,6 +70,11 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" issue="IO-811" due-to="Adam Rauch, Gary Gregory"> StreamIterator fails to close its internal Stream. </action> + <action dev="ggregory" type="fix" issue="IO-814" due-to="Elliotte Rusty Harold, Gary Gregory"> + Don't throw UncheckedIOException #491. + </action> + <!-- ADD --> + <!-- UPDATE --> </release> <release version="2.14.0" date="2023-09-24" description="Java 8 is required."> <!-- FIX -->