diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-05-29 12:19:05 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-05-29 12:26:22 +0100 |
commit | 385e38b5ba3d8b2d713de391b6fa7788e127f424 (patch) | |
tree | 1889a8c5fc8c598720eef7d9cae1ed67050e54ea /CHANGELOG.md | |
parent | b4abcafb7e226e9a3bd055cc0227824e55ef7cd4 (diff) | |
download | gleam_stdlib-385e38b5ba3d8b2d713de391b6fa7788e127f424.tar.gz gleam_stdlib-385e38b5ba3d8b2d713de391b6fa7788e127f424.zip |
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 fa02ce8..4413d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ lead to unexpected behavior. Now, all ASCII escape codes less than 32, as well as escape code 127, are converted into `\u{xxxx}` syntax, except for common escape codes such as `\n` or `\r`. -- Standardized `string.inspect` output between Erlang and JavaScript. JavaScript - now uses Gleam syntax for escape sequences. +- Fixed a bug where `string.inspect` would use the incorrect syntax for unicode + escape codes on JavaScript. ## v0.38.0 - 2024-05-24 |