aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1c049cb..fe8e251 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,5 +2,8 @@
## Unreleased
-- The `array` module was created with the `Array(element)` type and `to_list`,
- `from_list`, `map`, `fold`, `fold_right`, `get`, and `length` 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.