diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
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. |