Skip to content

Commit

Permalink
Merge pull request #1394 from kunagpal/patch-1
Browse files Browse the repository at this point in the history
Minor typo fixes
  • Loading branch information
aearly committed Apr 3, 2017
2 parents fba005b + 0752f42 commit e14542a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit e14542a

Please sign in to comment.