diff options
author | Louis Pilfold <louis@lpil.uk> | 2023-09-27 12:33:50 +0100 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2023-09-27 12:33:50 +0100 |
commit | eda52ed9eee0b51efc4e3b70cdd77c60fd80447a (patch) | |
tree | 1f42d1f532af2d40e3b360d3a1b842a68ad43f9c /CHANGELOG.md | |
parent | 5850112f469beeaa2747f96818e4afec8b69b999 (diff) | |
download | gleam_stdlib-eda52ed9eee0b51efc4e3b70cdd77c60fd80447a.tar.gz gleam_stdlib-eda52ed9eee0b51efc4e3b70cdd77c60fd80447a.zip |
Fix changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a90d16a..7ca239b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Changelog -## v0.31.0 - 2023-09-25 +## Unreleased - The `iterator` module gains the `map2` function. + +## v0.31.0 - 2023-09-25 + - `list.flatten` is no longer deprecated and is kept as a synonym of `list.concat` - The `iterator` module gains the `concat` function. |