Skip to content

Commit 929325f

Browse files
committed
Fix wrong issue Id in changelog
1 parent 872db15 commit 929325f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ o Add org.apache.commons.io.StreamIterator. Thanks to Gary Gregory.
2424
o Add MessageDigestInputStream and deprecate MessageDigestCalculatingInputStream. Thanks to Gary Gregory.
2525

2626
Fixed Bugs:
27-
o IO-810: XmlStreamReader encoding match RE is too strict. Thanks to Laurence Gonsalves.
27+
o IO-815: XmlStreamReader encoding match RE is too strict. Thanks to Laurence Gonsalves.
2828
o IO-810: Javadoc in FileUtils does not reflect code for thrown exceptions. Thanks to Gregor Dschung, Gary Gregory.
2929
o IO-812: Javadoc should mention closing Streams based on file resources. Thanks to Adam Rauch, Gary Gregory.
3030
o IO-811: In tests, Files.walk() direct and indirect callers fail to close the returned Stream. Thanks to Adam Rauch, Gary Gregory.

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
4949
<body>
5050
<release version="2.15.0" date="2023-10-21" description="Java 8 is required.">
5151
<!-- FIX -->
52-
<action dev="sebb" type="fix" issue="IO-810" due-to="Laurence Gonsalves">
52+
<action dev="sebb" type="fix" issue="IO-815" due-to="Laurence Gonsalves">
5353
XmlStreamReader encoding match RE is too strict.
5454
</action>
5555
<action dev="ggregory" type="fix" issue="IO-810" due-to="Gregor Dschung, Gary Gregory">

0 commit comments

Comments
 (0)