diff options
author | Michael Mark <michael.mark@oit.edu> | 2024-05-22 16:03:16 -0700 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-29 12:26:22 +0100 |
commit | 9f1f456f2f3b61d67f48e0feca2733ea14978d7d (patch) | |
tree | e5840555ee555eec326f13a8f31b4995335c3c5d /CHANGELOG.md | |
parent | 0a76c7107efafb68dd942c8933d8f3561a473ec0 (diff) | |
download | gleam_stdlib-9f1f456f2f3b61d67f48e0feca2733ea14978d7d.tar.gz gleam_stdlib-9f1f456f2f3b61d67f48e0feca2733ea14978d7d.zip |
Update changelog with \b and \v changes
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aa3d6b..b1d2c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,8 @@ - The `dict` module gains the `each` function. - The `list` module gains the `wrap` function. - The `iterator` module gains the `find_map` function. -- Fixed `string.inspect` not formatting the `\f` form feed control character - correctly on Erlang. +- Fixed `string.inspect` not formatting `\f` (form feed), `\b` (backspace), + and `\v` (vertical tab) control characters correctly on Erlang. - `dynamic.unsafe_coerce` function has been deprecated. - Fixed `bit_array` slices of slices sometimes being incorrect on JavaScript. - The `dict` module gains the `combine` function. |