From f99054f55be103882222b485b223fb8acd1e3c2c Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Mon, 2 Dec 2019 07:19:36 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 243bba18ea3..6f9406cc2d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # rollup changelog +## 1.27.8 +*2019-12-02* + +### Bug Fixes +* Deoptimize objects when a method is called on them to make sure modifications via "this" are observed (#3266) + +### Pull Requests +* [#3266](https://github.com/rollup/rollup/pull/3266): Workaround for various object literal mutation bugs (@lukastaegert) + ## 1.27.7 *2019-12-01*