diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-01-08 15:06:02 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-01-08 15:06:02 +0000 |
commit | 124a0b1050c6c5d657b314402fafb75c7ffce3d5 (patch) | |
tree | 8d2f7eb48b403210c1b491757ba16a92b7ef0116 /CHANGELOG.md | |
parent | 6391f3b11fe69a78f8e9568eee71180bc09c4edf (diff) | |
download | gleam_stdlib-124a0b1050c6c5d657b314402fafb75c7ffce3d5.tar.gz gleam_stdlib-124a0b1050c6c5d657b314402fafb75c7ffce3d5.zip |
Changes!
Diffstat (limited to 'CHANGELOG.md')
-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 |