aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulia Pitts <julia.pitts@outlook.com>2024-06-17 12:39:21 -0700
committerLouis Pilfold <louis@lpil.uk>2024-06-18 13:03:23 +0100
commitddd52834c46a9e8c608cbdc347a71b9ceeb361df (patch)
treec373ceaa7a384639dba97e4c4d460038c467150c
parent63a3dc6945a12b4c6c0511cd29d5a0ff4d1bc7ad (diff)
downloadgleam_stdlib-ddd52834c46a9e8c608cbdc347a71b9ceeb361df.tar.gz
gleam_stdlib-ddd52834c46a9e8c608cbdc347a71b9ceeb361df.zip
Update changelog.
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1991ba1..8272cca 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
- Fixed `list.window` entering an endless recursive loop for `n` = 0.
- The `min` and `max` functions of the `order` module have been deprecated.
- The `dict` and `set` modules gain the `is_empty` function.
+- The `set` module gains the `map` 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, except for common