From d60f21292b0a5dfbd48cb2bdaf35b87b4a008904 Mon Sep 17 00:00:00 2001 From: Lukas Taegert Date: Wed, 8 Nov 2017 12:51:21 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be5efcd2538..3813cf05772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # rollup changelog +## 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))