Skip to content

Commit

Permalink
Updated the ChangeLog for 1.0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 20, 2024
1 parent b3a883e commit f7f21f9
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
### 1.0.6 / 2024-XX-XX

* {Ronin::Support::Network::TCP.connect}, {Ronin::Support::Network::UDP.connect}, and
{Ronin::Support::Network::HTTP.connect}, when given a block, now returns the block's return value.
* {Ronin::Support::Network::TCP.connect} and {Ronin::Support::Network::UDP.connect} properly closes the
socket when passed a block that raises an exception.
### 1.0.6 / 2024-06-19

* Fixed error messages in {Ronin::Support::Encoding::Base64.encode} and
{Ronin::Support::Encoding::Base64.decode}.
* Fixed {Ronin::Support::Network::IPRange::Glob#each} to support `*` in IPv6
glob ranges.
* {Ronin::Support::Network::TCP.connect},
{Ronin::Support::Network::UDP.connect}, and
{Ronin::Support::Network::HTTP.connect}, when given a block, now returns the
block's return value.
* {Ronin::Support::Network::TCP.connect} and
{Ronin::Support::Network::UDP.connect} properly closes the socket when passed
a block that raises an exception.

### 1.0.5 / 2023-12-27

Expand Down

0 comments on commit f7f21f9

Please sign in to comment.