From b152317a0bacbc7e17d22ffa30d3d1dc22c813df Mon Sep 17 00:00:00 2001 From: Michael Mark <146277660+Michael-Mark-Edu@users.noreply.github.com> Date: Fri, 24 May 2024 17:07:56 -0700 Subject: Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8ce332..8175651 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ - The `dict` and `set` modules gain the `is_empty` function. - Fixed `string.inspect` not formatting ASCII escape codes on Erlang that could lead to unexpected behavior. Now, all ASCII escape codes less than 32, as well - as escape code 127, are converted into \u{xxxx} syntax. + as escape code 127, are converted into `\u{xxxx}` syntax, except for common + escape codes such as `\n` or `\r`. ## v0.38.0 - 2024-05-24 -- cgit v1.2.3