Skip to content

Commit 3d85ccc

Browse files
committed
[IO-814] Don't throw UncheckedIOException #491
1 parent 606e72f commit 3d85ccc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ The <action> type attribute can be add,update,fix,remove.
4848

4949
<body>
5050
<release version="2.14.1" date="202Y-MM-DD" description="Java 8 is required.">
51+
<!-- FIX -->
5152
<action dev="sebb" type="fix" issue="IO-810" due-to="Laurence Gonsalves">
5253
XmlStreamReader encoding match RE is too strict
5354
</action>
@@ -69,6 +70,11 @@ The <action> type attribute can be add,update,fix,remove.
6970
<action dev="ggregory" type="fix" issue="IO-811" due-to="Adam Rauch, Gary Gregory">
7071
StreamIterator fails to close its internal Stream.
7172
</action>
73+
<action dev="ggregory" type="fix" issue="IO-814" due-to="Elliotte Rusty Harold, Gary Gregory">
74+
Don't throw UncheckedIOException #491.
75+
</action>
76+
<!-- ADD -->
77+
<!-- UPDATE -->
7278
</release>
7379
<release version="2.14.0" date="2023-09-24" description="Java 8 is required.">
7480
<!-- FIX -->

0 commit comments

Comments
 (0)