From 0719a99e4dbcb6a6e7d918b42f5aed399fa7d81e Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 28 Jul 2015 13:45:47 +0100 Subject: [PATCH] add 5.8.11-5.8.12 changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0463c04aed..89b07b4e80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,17 @@ _Note: Gaps between patch versions are faulty, broken or test releases._ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog. +## 5.8.12 + + * **Bug Fix** + * Fix bug in lookahead causing decorators to be cleared. + +## 5.8.11 + + * **Bug Fix** + * Check if module options are nully instead of falsy to allow empty strings as `moduleRoot` etc. + * Fix bug where reassigning the rest parameter wouldn't result in a deoptimisation. + ## 5.8.9 * **Bug Fix**