aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea30f7d..8847122 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,8 +18,9 @@
- The behaviour of the string trim functions is now consistent across targets.
- `iterator.yield` now yields values without waiting for the next one to become
available.
-- Base64 encoding speed improvements. Encoding of bit arrays over ~100KiB to
- Base64 on JavaScript no longer throws an exception.
+- Improved bit array Base64 encoding and decoding speed on JavaScript.
+- Fixed a bug where Base64 encoding a bit array larger than ~100KiB would throw
+ an exception on JavaScript.
## v0.38.0 - 2024-05-24