From 8d68196d67b89713122619e1436805196bc5de92 Mon Sep 17 00:00:00 2001 From: Rich-Harris Date: Wed, 21 Dec 2016 19:58:10 -0500 Subject: [PATCH] add missing changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d45ed..e958c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * [BREAKING] `export { foo as default }` creates live binding ([#1078](https://github.com/rollup/rollup/issues/1078)) * Prevent sourceMappingURL removal edge case ([#988](https://github.com/rollup/rollup/issues/988)) * Bind function expression IDs to the correct scope ([#1083](https://github.com/rollup/rollup/issues/1083)) +* Correctly deshadow destructured parameters with assignments ([#1008](https://github.com/rollup/rollup/issues/1008)) ## 0.37.2