diff options
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6d930..9922f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ `utf_codepoint_to_int` functions. - Fixed `string.inspect`'s escaping of `"`, `\`, `\n`, `\r`, `\r\n`, and `\t`, which in turn fixes `io.debug`'s output of such strings. +- The `bit_string` function in the `dynamic` module now knows how to handle + JavaScript `Uint8Array`s. ## v0.25.0 - 2022-11-19 |