diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
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. |