From b02e28f3fd3d71de36bc15c471803df9264d2906 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 22 Jan 2015 07:38:08 +1100 Subject: [PATCH] add additional 3.0.0 change notes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c56c4e5cc0..18d49444e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,10 @@ _Note: Gaps between patch versions are faulty/broken releases._ * **Polish** * Add autoindentation. * Move global uid registry to a scope registry. + * **Internal** + * Rewritten constants transformer. + * **Bug Fix** + * Generators now work flawlessly with any parameter transformers. * **Breaking Change** * Imports and exports are now illegal anywhere except the root level by default. Set `modules` to [loose mode](http://6to5.org/docs/usage/loose) to allow them everywhere. * Caching is now always enabled for the require hook. It also now no longer caches require resolutions.