Skip to content

Commit a2db8ea

Browse files
committed
Updated release notes wrt case of contributor name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1714489 13f79535-47bb-0310-9956-ffa450edef68
1 parent dba9b7e commit a2db8ea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ o IO-457: Add a BoundedReader, a wrapper that can be used to constrain access
2828
to an underlying stream when used with mark/reset -
2929
to avoid overflowing the mark limit of the underlying buffer. Thanks to Kristian Rosenvold.
3030
o IO-426: Add API IOUtils.closeQuietly(Closeable...)
31-
o IO-410: Readfully() That Returns A Byte Array Thanks to BELUGA BEHR.
32-
o IO-395: Overload IOUtils buffer methods to accept buffer size Thanks to BELUGA BEHR.
31+
o IO-410: Readfully() That Returns A Byte Array Thanks to Beluga Behr.
32+
o IO-395: Overload IOUtils buffer methods to accept buffer size Thanks to Beluga Behr.
3333
o IO-382: Chunked IO for large arrays.
3434
Added writeChunked(byte[], OutputStream) and writeChunked(char[] Writer)
3535
Added ChunkedOutputStream, ChunkedWriter

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ The <action> type attribute can be add,update,fix,remove.
114114
<action issue="IO-422" dev="ggregory" type="update">
115115
Deprecate Charsets Charset constants in favor of Java 7's java.nio.charset.StandardCharsets
116116
</action>
117-
<action issue="IO-410" dev="sebb" type="add" due-to="BELUGA BEHR">
117+
<action issue="IO-410" dev="sebb" type="add" due-to="Beluga Behr">
118118
Readfully() That Returns A Byte Array
119119
</action>
120-
<action issue="IO-395" dev="brentworden" type="add" due-to="BELUGA BEHR">
120+
<action issue="IO-395" dev="brentworden" type="add" due-to="Beluga Behr">
121121
Overload IOUtils buffer methods to accept buffer size
122122
</action>
123123
<action issue="IO-389" dev="sebb" type="fix" due-to="Austin Doupnik">

0 commit comments

Comments
 (0)