Skip to content

Commit f669a02

Browse files
committed
Updated the ChangeLog for 1.0.1.
1 parent 77d5b4b commit f669a02

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### 1.0.1 / 2023-03-01
2+
3+
* {Ronin::Support::Network::HTTP.connect_uri} can now infer when to enable
4+
SSL/TLS from the given URI.
5+
* {Ronin::Support::Network::HTTP.connect_uri} can now use the `user` and
6+
`password` information from the given URI.
7+
* All {Ronin::Support::Network::HTTP} class methods which accept URI objects
8+
can now accept URLs with International Domain Names (IDN).
9+
* Changed {Kernel#try} to not silently ignore `SyntaxError` exceptions.
10+
* Documentation improvements.
11+
112
### 1.0.0 / 2023-02-01
213

314
* Added {File.aes_encrypt}.

0 commit comments

Comments
 (0)