summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Early <alexander.early@gmail.com>2017-04-02 17:09:42 -0700
committerGitHub <noreply@github.com>2017-04-02 17:09:42 -0700
commite14542aeb5b47da0616603bf8936d484b12f8488 (patch)
tree7dd8c6b2763ab30980008e241803bb0c33fc65bc
parentfba005b6b37973ffb080d91852a983d618438897 (diff)
parent0752f424570df58f3ada2a8089ddff409548f8c4 (diff)
downloadasync-e14542aeb5b47da0616603bf8936d484b12f8488.tar.gz
Merge pull request #1394 from kunagpal/patch-1
Minor typo fixes
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5bfa24..fb1204b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
# v2.3.0
-- Added support for ES2017 `async` functions. Wherever you can pass a Node-style/CPS function that uses a callback, you can also pass an `async` function. Previously, you had to wrap `async` functions with `asyncify`. The caveat is that it will onyl work if `async` functions are supported nateively in your environment, transpilied implementations can't be detected. (#1386, #1390)
+- Added support for ES2017 `async` functions. Wherever you can pass a Node-style/CPS function that uses a callback, you can also pass an `async` function. Previously, you had to wrap `async` functions with `asyncify`. The caveat is that it will only work if `async` functions are supported natively in your environment, transpiled implementations can't be detected. (#1386, #1390)
- Small doc fix (#1392)
# v2.2.0