aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2019-04-18 22:26:14 +0000
committerLouis Pilfold <louis@lpil.uk>2019-04-18 23:29:08 +0100
commitafdabad5cd2df77eb3f309aab9da3d34e36a0b49 (patch)
treeed6ae77397a00a1715a0df25b1b187f713c20642 /CHANGELOG.md
parent6f486a387b623d962868bc514ebe5fcdea84e012 (diff)
downloadgleam_stdlib-afdabad5cd2df77eb3f309aab9da3d34e36a0b49.tar.gz
gleam_stdlib-afdabad5cd2df77eb3f309aab9da3d34e36a0b49.zip
map:take
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98070e6..33257e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,8 @@
- `list` module gains `at`, `all`, `any`, `index_map`, `intersperse`, `sort`,
`unique`, and `zip` functions.
- `map_dict:Map` renamed to `map_dict:MapDict`.
-- `map_dict` module gains `take`.
-- `str` module gains `append`.
+- `map_dict` module gains `drop`, and `take` functions.
+- `str` module gains `append` function.
## v0.1.1 - 2019-04-17