aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-08-29 17:35:49 +0100
committerLouis Pilfold <louis@lpil.uk>2021-08-29 17:35:49 +0100
commit6abcea012a67ab6b4eafc3401b0e1ca6a368e21a (patch)
tree7c4bdf3020030b9d66b906e077b0221d44c71c2d /CHANGELOG.md
parent9f9631eca11ab711c3b5f88b29a0024caca8ea62 (diff)
downloadjavascript-6abcea012a67ab6b4eafc3401b0e1ca6a368e21a.tar.gz
javascript-6abcea012a67ab6b4eafc3401b0e1ca6a368e21a.zip
Promise then_try
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e99cc60..77f90e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,4 +8,4 @@
`to_list`, `from_list`, `map`, `fold`, `fold_right`, `get`, and `length`
functions.
- The `javascript/promise` module was created with the `Promise(value)` type and
- `resolve`, `tap`, `map_try`, `map`, and `then` functions.
+ `resolve`, `tap`, `map_try`, `map`, `then_try` and `then` functions.