aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-08-29 19:57:06 +0100
committerLouis Pilfold <louis@lpil.uk>2021-08-29 19:57:06 +0100
commit7acdc30e1c744d5435821c37375d5ef136db7230 (patch)
tree9f7a112f405535a6e9df9678c65977a75a2d86a8 /CHANGELOG.md
parent0f2807706218655c5275dbd208ed390c4918a4c5 (diff)
downloadjavascript-7acdc30e1c744d5435821c37375d5ef136db7230.tar.gz
javascript-7acdc30e1c744d5435821c37375d5ef136db7230.zip
Promise await_array
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 21931e8..44e1cc9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,5 +9,5 @@
`to_list`, `from_list`, `map`, `fold`, `fold_right`, `get`, and `length`
functions.
- The `javascript/promise` module was created with the `Promise(value)` type and
- `rescue`, `resolve`, `tap`, `map_try`, `map`, `then_try`, `await{2,6}` and
- `then` functions.
+ `rescue`, `resolve`, `tap`, `map_try`, `map`, `then_try`, `await{2,6}`,
+ `await_array`, and `then` functions.