aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-08-29 17:18:37 +0100
committerLouis Pilfold <louis@lpil.uk>2021-08-29 17:18:37 +0100
commitc2d25106df806fd9de96f1ab3186102ba27dceab (patch)
tree833f17fd6e3821f6ee2d536ecdef96cc3418d944 /CHANGELOG.md
parent08bf033063a8d3ce789939bac36ed39fc6bc2eca (diff)
downloadjavascript-c2d25106df806fd9de96f1ab3186102ba27dceab.tar.gz
javascript-c2d25106df806fd9de96f1ab3186102ba27dceab.zip
Promises
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe8e251..556e284 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,10 @@
## Unreleased
+- The `javascript` module was created with the `TypeOf`, and `Symbol` types, and
+ `find_symbol`, 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` module was created with the `TypeOf`, and `Symbol` types, and
- `find_symbol`, and `type_of` functions.
+- The `javascript/promise` module was created with the `Promise(value)` type and
+ `resolve`, `map`, and `then` functions.