aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-01-08 15:06:02 +0000
committerLouis Pilfold <louis@lpil.uk>2023-01-08 15:06:02 +0000
commit124a0b1050c6c5d657b314402fafb75c7ffce3d5 (patch)
tree8d2f7eb48b403210c1b491757ba16a92b7ef0116 /CHANGELOG.md
parent6391f3b11fe69a78f8e9568eee71180bc09c4edf (diff)
downloadgleam_stdlib-124a0b1050c6c5d657b314402fafb75c7ffce3d5.tar.gz
gleam_stdlib-124a0b1050c6c5d657b314402fafb75c7ffce3d5.zip
Changes!
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
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