aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mark <michael.mark@oit.edu>2024-05-25 20:35:10 -0700
committerLouis Pilfold <louis@lpil.uk>2024-05-29 12:26:22 +0100
commitb4abcafb7e226e9a3bd055cc0227824e55ef7cd4 (patch)
treed703694561d2a2744e8394916a57aa36d16cc4df
parent87b77656615689974607f23b136505c97d2b8275 (diff)
downloadgleam_stdlib-b4abcafb7e226e9a3bd055cc0227824e55ef7cd4.tar.gz
gleam_stdlib-b4abcafb7e226e9a3bd055cc0227824e55ef7cd4.zip
Update changelog with JS changes
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8175651..fa02ce8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +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.
## v0.38.0 - 2024-05-24