From 9f1f456f2f3b61d67f48e0feca2733ea14978d7d Mon Sep 17 00:00:00 2001 From: Michael Mark Date: Wed, 22 May 2024 16:03:16 -0700 Subject: Update changelog with \b and \v changes --- CHANGELOG.md | 4 ++-- 1 file 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. -- cgit v1.2.3