aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-02-15 15:11:53 +0000
committerLouis Pilfold <louis@lpil.uk>2024-02-15 15:12:15 +0000
commit14c91d464f0298bc239c187ed442611cefb40ca8 (patch)
tree84f8e10fa46a69bbd89b0186d9ef68b5fd549e94 /CHANGELOG.md
parent162a249fad087e77be8434dbe4913faa0fdcd29b (diff)
downloadgleam_stdlib-14c91d464f0298bc239c187ed442611cefb40ca8.tar.gz
gleam_stdlib-14c91d464f0298bc239c187ed442611cefb40ca8.zip
Changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0083716..75a2f9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@
## Unreleased
- The `bit_array` module gains the `inspect` function.
+- The base 64 encoding and decoding functions in the `bit_array` module no
+ longer insert newlines in the output on JavaScript, making them consistent
+ with the Erlang target.
- The `set` module gains the `difference` function.
- The deprecated `bit_string`, `bit_builder`, `base`, and `map` modules have
been removed.