From daf24c5c59933ae946d5bd4fe3fe359e766ecdcc Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 8 Apr 2015 08:12:33 -0700 Subject: [PATCH] add 5.0.10 changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5644ba43b0..cfc664ae54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ _Note: Gaps between patch versions are faulty/broken releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 5.0.10 + + * **Bug Fix** + * Fix new `for...of` loops not properly inheriting their original loop. + * **Internal** + * Disable scope instance cache. + * **Polish** + * Allow comments in `.babelrc` JSON. + ## 5.0.9 * **Polish**