Skip to content

Commit

Permalink
Fix XML
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 3, 2024
1 parent 8f750a2 commit f04b16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
<release version="2.17.0" date="YYYY-MM-DD" description="Java 8 is required.">
<!-- ADD -->
<action dev="ggregory" type="add" due-to="Gary Gregory">Add IOIterator.adapt(Iterable).</action>
<action dev="ggregory" type="add" issue="IO-831" due-to="Elliotte Rusty Harold, Thach Le, Gary Gregory">Add getInputStream() for 'https' & 'http' in URIOrigin #630.</action>
<action dev="ggregory" type="add" issue="IO-831" due-to="Elliotte Rusty Harold, Thach Le, Gary Gregory">Add getInputStream() for 'https' and 'http' in URIOrigin #630.</action>
<!-- FIX -->
<action dev="ggregory" type="fix" due-to="Gary Gregory">Add missing unit tests.</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">FileUtils.lastModifiedFileTime(File) calls Objects.requireNonNull() on the wrong object.</action>
Expand Down

0 comments on commit f04b16a

Please sign in to comment.