Skip to content

Commit f7f21f9

Browse files
committed
Updated the ChangeLog for 1.0.6.
1 parent b3a883e commit f7f21f9

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

ChangeLog.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
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
72

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.
814

915
### 1.0.5 / 2023-12-27
1016

0 commit comments

Comments
 (0)