From d91cba0050217b889348e4e548900b07c7773052 Mon Sep 17 00:00:00 2001 From: Lukas Taegert Date: Wed, 8 Nov 2017 08:15:03 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b26e98bd7f..be5efcd2538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 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)) +* Update documentation ([#1660](https://github.com/rollup/rollup/pull/1660)) + ## 0.50.0 * Many treeshaking improvements ([#1624](https://github.com/rollup/rollup/pull/1624))