aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGiacomo Cavalieri <giacomo.cavalieri@icloud.com>2023-08-26 13:42:38 +0200
committerLouis Pilfold <louis@lpil.uk>2023-09-04 12:50:50 +0100
commit5832ccd7189549dbb4ae4fb6b6cd249883446454 (patch)
tree839641165eee4fa0e6cca5bebc218651220fed49 /CHANGELOG.md
parent9b3f2296ec5b1937abe618cc28716a30c712c20d (diff)
downloadgleam_stdlib-5832ccd7189549dbb4ae4fb6b6cd249883446454.tar.gz
gleam_stdlib-5832ccd7189549dbb4ae4fb6b6cd249883446454.zip
Remove the deprecation notice from `list.flatten`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fe36be..0913196 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## Unreleased
+
+- `list.flatten` is no longer deprecated and is kept as a synonym of
+ `list.concat`
+- `flatten` has been renamed to `concat` in the `iterator` module. The old name
+ is still available as an alias and is deprecated.
+
## v0.30.2 - 2023-08-31
- Fixed a bug where `base.decode64` could crash on the Erlang target.