aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-08-29 17:24:59 +0100
committerLouis Pilfold <louis@lpil.uk>2021-08-29 17:24:59 +0100
commit1afefdbdfa62de83bfa7334bc78d30c273cd5a93 (patch)
treed77592110b42f6a75b4140639539eb1a55665a00 /CHANGELOG.md
parentc2d25106df806fd9de96f1ab3186102ba27dceab (diff)
downloadjavascript-1afefdbdfa62de83bfa7334bc78d30c273cd5a93.tar.gz
javascript-1afefdbdfa62de83bfa7334bc78d30c273cd5a93.zip
Promise tap
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 556e284..845f2ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,4 +8,4 @@
`to_list`, `from_list`, `map`, `fold`, `fold_right`, `get`, and `length`
functions.
- The `javascript/promise` module was created with the `Promise(value)` type and
- `resolve`, `map`, and `then` functions.
+ `resolve`, `tap`, `map`, and `then` functions.