From 81a2726b5f4e0b948b28744cb9a7034331f124b3 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Mon, 18 Nov 2019 17:48:20 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 578de7c311a..da70c1b2750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 1.27.2 +*2019-11-18* + +### Bug Fixes +* Fix an issue where live bindings were not working correctly when using `+=` in SystemJS (#3242) + +### Pull Requests +* [#3242](https://github.com/rollup/rollup/pull/3242): Export updated assignments when using shorthand update assignment expressions in SystemJS (@lukastaegert) + ## 1.27.1 *2019-11-18*