aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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.