aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-10-31 17:30:35 +0000
committerLouis Pilfold <louis@lpil.uk>2023-10-31 17:30:35 +0000
commit62b05d74e041b754107b04921e02965fe3db63cc (patch)
tree90165b62efaad248a4387a3a68f27bb59451c942
parent8233587e5e9ef1486b029a872e80cb5456d665da (diff)
downloadgleam_stdlib-62b05d74e041b754107b04921e02965fe3db63cc.tar.gz
gleam_stdlib-62b05d74e041b754107b04921e02965fe3db63cc.zip
Changes!
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e01faf0..b707390 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,8 @@
- The `list` module gains the `key_filter` function.
- Fixed a bug on target JavaScript where `Map` equality would not be correctly
checked for maps of different sizes.
+- Fixed a bug where non-byte aligned bit arrays would be printed suboptimally by
+ `string.inspect`.
## v0.31.0 - 2023-09-25