aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-08-29 19:50:10 +0100
committerLouis Pilfold <louis@lpil.uk>2021-08-29 19:50:44 +0100
commit0f2807706218655c5275dbd208ed390c4918a4c5 (patch)
tree78de8c798474d3d6af3472f51ae0d2c17a4e1b96 /CHANGELOG.md
parente57c18156cf11aaeae89e66828811c9fcc42fa81 (diff)
downloadjavascript-0f2807706218655c5275dbd208ed390c4918a4c5.tar.gz
javascript-0f2807706218655c5275dbd208ed390c4918a4c5.zip
Promise await{1,6}
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index be86f89..21931e8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,10 @@
- The `javascript` module was created with the `TypeOf`, and `Symbol` types, and
`find_symbol`, `make_reference`, `set_reference`, `update_reference`,
- `dereference` and `type_of` functions.
+ `dereference`, and `type_of` functions.
- The `javascript/array` module was created with the `Array(element)` type and
`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` and `then` functions.
+ `rescue`, `resolve`, `tap`, `map_try`, `map`, `then_try`, `await{2,6}` and
+ `then` functions.