diff --git a/experimental/babel-preset-env/CHANGELOG.md b/experimental/babel-preset-env/CHANGELOG.md index 69e2cf3c50..7219ed6951 100644 --- a/experimental/babel-preset-env/CHANGELOG.md +++ b/experimental/babel-preset-env/CHANGELOG.md @@ -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`!