Skip to content

Commit

Permalink
Updated the ChangeLog for 1.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jul 14, 2024
1 parent f6041cc commit cdea536
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 1.0.7 / 2024-07-13

* Improved the performance of {Ronin::Support::Encoding::JS.unescape} and
{String#js_unescape} by 2x.
* Correctly parse Unicode surrogate character pairs in JavaScript
strings (ex: `"\uD83D\uDE80"`) in {Ronin::Support::Encoding::JS.unescape},
{String#js_unescape}, {Ronin::Support::Encoding::JS.unquote}, and
{String#js_unquote}.

### 1.0.6 / 2024-06-19

* Fixed error messages in {Ronin::Support::Encoding::Base64.encode} and
Expand Down

0 comments on commit cdea536

Please sign in to comment.