From 8680b29317b9c0e1e2f6075227b20d102169730c Mon Sep 17 00:00:00 2001 From: Lukas Taegert Date: Fri, 10 Nov 2017 08:04:52 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80dcf621aad..a63e862fb87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,23 @@ # rollup changelog +## 0.51.3 + +* Fix regression when treeshaking sequence expressions ([#1717](https://github.com/rollup/rollup/pull/1717)) + ## 0.51.2 + * Fix treeshaking regression when labels are used inside functions ([#1712](https://github.com/rollup/rollup/pull/1712)) ## 0.51.1 + * Fix an issue with empty return statements ([#1704](https://github.com/rollup/rollup/pull/1704)) ## 0.51.0 + * Massive improvements to the treeshaking algorithm ([#1667](https://github.com/rollup/rollup/pull/1667)) ## 0.50.1 + * Fix treeshaking regression ([#1695](https://github.com/rollup/rollup/pull/1695)) * Treeshaking improvements ([#1650](https://github.com/rollup/rollup/pull/1650)) * Enable installation from Github ([#1670](https://github.com/rollup/rollup/pull/1670))