Add additional note about async support on changelog [skip ci]

This commit is contained in:
Brian Ng 2017-03-01 14:39:03 -06:00
parent 5233afabd9
commit 540c382637

View File

@ -2,6 +2,8 @@
## v.1.1.11 (2017-03-01)
This release primarily upgrades `compat-table`, which adds support for async on Node 7.6!
### :bug: Bug Fix
- Fix hasBeenWarned condition. ([#175](https://github.com/babel/babel-preset-env/pull/175)) (@yavorsky)