File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
- ### 1.0.6 / 2024-XX-XX
2
-
3
- * {Ronin::Support::Network::TCP.connect}, {Ronin::Support::Network::UDP.connect}, and
4
- {Ronin::Support::Network::HTTP.connect}, when given a block, now returns the block's return value.
5
- * {Ronin::Support::Network::TCP.connect} and {Ronin::Support::Network::UDP.connect} properly closes the
6
- socket when passed a block that raises an exception.
1
+ ### 1.0.6 / 2024-06-19
7
2
3
+ * Fixed error messages in {Ronin::Support::Encoding::Base64.encode} and
4
+ {Ronin::Support::Encoding::Base64.decode}.
5
+ * Fixed {Ronin::Support::Network::IPRange::Glob#each} to support ` * ` in IPv6
6
+ glob ranges.
7
+ * {Ronin::Support::Network::TCP.connect},
8
+ {Ronin::Support::Network::UDP.connect}, and
9
+ {Ronin::Support::Network::HTTP.connect}, when given a block, now returns the
10
+ block's return value.
11
+ * {Ronin::Support::Network::TCP.connect} and
12
+ {Ronin::Support::Network::UDP.connect} properly closes the socket when passed
13
+ a block that raises an exception.
8
14
9
15
### 1.0.5 / 2023-12-27
10
16
You can’t perform that action at this time.
0 commit comments