Skip to content

Commit

Permalink
CharSequenceReader.skip should return 0 instead of EOF on stream end
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 9, 2020
1 parent 821ab5f commit 45b08f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="add" due-to="Gary Gregory">
Add org.apache.commons.io.file.PathUtils.deleteDirectory(Path, FileVisitOption...).
</action>
<action dev="ggregory" type="fix" due-to="Rob Spoor, Jochen Wiedmann">
CharSequenceReader.skip should return 0 instead of EOF on stream end #123.
</action>
<action issue="IO-669" dev="ggregory" type="fix" due-to="XenoAmess, Gary Gregory">
Fix code smells; fix typos #115.
</action>
Expand Down

0 comments on commit 45b08f4

Please sign in to comment.