From cdea5367699617d0f75e81ac7059f8b5147ca47d Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 13 Jul 2024 20:05:01 -0700 Subject: [PATCH] Updated the ChangeLog for 1.0.7. --- ChangeLog.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 11f44a81..3d4dc31b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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