Skip to content

Commit

Permalink
Updated the ChangeLog for 1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Mar 2, 2023
1 parent 77d5b4b commit f669a02
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 1.0.1 / 2023-03-01

* {Ronin::Support::Network::HTTP.connect_uri} can now infer when to enable
SSL/TLS from the given URI.
* {Ronin::Support::Network::HTTP.connect_uri} can now use the `user` and
`password` information from the given URI.
* All {Ronin::Support::Network::HTTP} class methods which accept URI objects
can now accept URLs with International Domain Names (IDN).
* Changed {Kernel#try} to not silently ignore `SyntaxError` exceptions.
* Documentation improvements.

### 1.0.0 / 2023-02-01

* Added {File.aes_encrypt}.
Expand Down

0 comments on commit f669a02

Please sign in to comment.