Skip to content

Commit

Permalink
[IO-831] [IO-831] Add getInputStream() for 'https' & 'http' in URIOrigin
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Jun 2, 2024
1 parent b8babec commit f3bb798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +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>
<!-- 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 f3bb798

Please sign in to comment.