diff --git a/packages/build/CHANGELOG.md b/packages/build/CHANGELOG.md index 659c0d9dc..3e681af4a 100644 --- a/packages/build/CHANGELOG.md +++ b/packages/build/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). - +## Unreleased +* The Babel helpers script now includes all Babel helpers that could be used by the ES5 compilation transform. +* The AMD loader script now includes the Babel helpers needed by the AMD module transform. ## [3.0.0-pre.11] - 2018-04-11 diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 91c27a6dc..a67cb7341 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog - +## Unreleased +* `build` + * The Babel helpers script now includes all Babel helpers that could be used by the ES5 compilation transform. + * The AMD loader script now includes the Babel helpers needed by the AMD module transform. ## v1.7.0-pre.10 [04-12-2018] diff --git a/packages/polyserve/CHANGELOG.md b/packages/polyserve/CHANGELOG.md index 7e7c4701f..c2c8c9914 100644 --- a/packages/polyserve/CHANGELOG.md +++ b/packages/polyserve/CHANGELOG.md @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). - +## Unreleased +* The AMD loader script now includes the Babel helpers needed by the AMD module transform. ## [0.27.4] (2018-04-11)