aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-01-14 11:47:31 +0000
committerLouis Pilfold <louis@lpil.uk>2020-01-14 11:47:31 +0000
commitc74e1a0898890e92ab450312910f97ed9e028ab9 (patch)
tree1b76683a50ac04fb3704684c798000beb95b5b9e /CHANGELOG.md
parent36957584a74a2e299971e0c00ff9e03d03d5a205 (diff)
downloadgleam_stdlib-c74e1a0898890e92ab450312910f97ed9e028ab9.tar.gz
gleam_stdlib-c74e1a0898890e92ab450312910f97ed9e028ab9.zip
Type annotations for gleam/list
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c84c816..dbc1096 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
## Unreleased
- `function` module created with `identity`, `compose`, and `flip` functions.
+- The error type of `list.find_map` is now `Nil`.
+- The labels for `list.split` are now `split(list: _, at: _)`.
## v0.6.0 - 2019-12-23