We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821ab5f commit 45b08f4Copy full SHA for 45b08f4
1 file changed
src/changes/changes.xml
@@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove.
56
<action dev="ggregory" type="add" due-to="Gary Gregory">
57
Add org.apache.commons.io.file.PathUtils.deleteDirectory(Path, FileVisitOption...).
58
</action>
59
+ <action dev="ggregory" type="fix" due-to="Rob Spoor, Jochen Wiedmann">
60
+ CharSequenceReader.skip should return 0 instead of EOF on stream end #123.
61
+ </action>
62
<action issue="IO-669" dev="ggregory" type="fix" due-to="XenoAmess, Gary Gregory">
63
Fix code smells; fix typos #115.
64
0 commit comments