From 48251d50f9417a823fabf68a7dd084bf5eedd1c5 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Mon, 25 Mar 2019 06:44:34 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5fe2a2f82..888f0e72911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 1.7.3 +*2019-03-24* + +### Bug Fixes +* Use getters when re-exporting live-bindings (#2765) + +### Pull Requests +* [#2765](https://github.com/rollup/rollup/pull/2765): Support exporting live-bindings from other chunks or external dependencies (@lukastaegert) + ## 1.7.2 *2019-03-24*