diff options
author | Michael Mark <146277660+Michael-Mark-Edu@users.noreply.github.com> | 2024-05-24 17:07:56 -0700 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-29 12:26:22 +0100 |
commit | b152317a0bacbc7e17d22ffa30d3d1dc22c813df (patch) | |
tree | a066b6f41e2eb1b3b71cbd508227808482a23fe4 /CHANGELOG.md | |
parent | 9799d2081826d63023219899c79fe768f23892d6 (diff) | |
download | gleam_stdlib-b152317a0bacbc7e17d22ffa30d3d1dc22c813df.tar.gz gleam_stdlib-b152317a0bacbc7e17d22ffa30d3d1dc22c813df.zip |
Update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 |