diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
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 |