v1.0.2 changelog [skip ci] (#73)

This commit is contained in:
Henry Zhu 2016-12-10 11:40:35 -05:00 committed by GitHub
parent 21dfdd8bbb
commit b78eb34fa6

View File

@ -1,10 +1,26 @@
# Changelog
## v1.0.2 (2016-12-10)
### :bug: Bug Fix
* Fix issue with Object.getOwnPropertySymbols ([#71](https://github.com/babel/babel-preset-env/pull/71)) ([@existentialism](https://github.com/existentialism))
Was requiring the wrong module kinda of like in v1.0.1:
https://github.com/zloirock/core-js#ecmascript-6-symbol
```diff
-import "core-js/modules/es6.object.get-own-property-symbols";
```
The test is just a part of `Symbol`.
## v1.0.1 (2016-12-10)
### :bug: Bug Fix
* Fix regenerator import (#68) ([@hzoo](https://github.com/hzoo))
* Fix regenerator import ([#68](https://github.com/babel/babel-preset-env/pull/68)) ([@hzoo](https://github.com/hzoo))
We were outputting an invalid path for `regenerator`!