Skip to content

Commit

Permalink
Updated the ChangeLog for 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 16, 2023
1 parent 763c950 commit c1f397e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 1.0.4 / 2023-12-15

* Fixed a bug in {Array#pack} where complex types (ex: `[[:uint32, 4], 10]`)
were not being packed correctly.
* Fixed a bug in {String#unpack} where complex types (ex: `[[:uint32, 4], 10]`)
were not being unpacked correctly.
* Fixed a bug in {Ronin::Support::Binary::CTypes::ObjectType#initialize} when
the object's type has an infinite size, such as an unbounded Array type.
* Allow using non-RSA keys in all SSL/TLS methods.

### 1.0.3 / 2023-09-19

* {Ronin::Support::Crypto::Cert::Name#entries} now returns UTF-8 encoded
Expand Down

0 comments on commit c1f397e

Please sign in to comment.