aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
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.