From a5526ea319f1c4eb4c505aa11b4e6db38b187af4 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Wed, 10 Apr 2019 09:00:10 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec46cfbafb..63aad182ccc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 1.9.3 +*2019-04-10* + +### Bug Fixes +* Simplify return expressions that are evaluated before the surrounding function is bound (#2803) + +### Pull Requests +* [#2803](https://github.com/rollup/rollup/pull/2803): Handle out-of-order binding of identifiers to improve tree-shaking (@lukastaegert) + ## 1.9.2 *2019-04-10*