aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSebastian Porto <s@porto5.com>2020-10-18 12:38:27 +1100
committerLouis Pilfold <louis@lpil.uk>2020-10-18 15:56:20 +0100
commit5239830bc8bf6d8c1df566e7bfe995ff24d8514a (patch)
treebed6a42451e0f8fcccefa21a40dce9350ff62d00 /CHANGELOG.md
parent1489e38aaa076112fe580cd096e4c827304d2bd3 (diff)
downloadgleam_stdlib-5239830bc8bf6d8c1df566e7bfe995ff24d8514a.tar.gz
gleam_stdlib-5239830bc8bf6d8c1df566e7bfe995ff24d8514a.zip
Add function.curryN
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3c67f7..1956083 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
## Unreleased
+- The `function` module gains `curry2` to `curry6`.
- The `list` module gains the `each`, and `partition` functions.
- The `int` and `float` modules gain the `negate` function.
- The `result` module gains the `all` function.