Browse Source

add missing changelog entry

gh-786
Rich-Harris 8 years ago
parent
commit
8d68196d67
  1. 1
      CHANGELOG.md

1
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

Loading…
Cancel
Save