From 95fb2c8d95d966d36bb5a5c40446141c1a0986a4 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Sat, 13 Jun 2020 21:44:57 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 682f470a40e..081eea05335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # rollup changelog +## 2.16.1 +*2020-06-13* + +### Bug Fixes +* Do not produce invalid code when an external or chunk id contain quotes or line-breaks (#3632) +* Do not fail but emit a warning when mutating a namespace object (#3633) + +### Pull Requests +* [#3632](https://github.com/rollup/rollup/pull/3632): Handle single quote escaping in ids (@guybedford) +* [#3633](https://github.com/rollup/rollup/pull/3633): Turn namespace assignment error into a warning (@guybedford) + ## 2.16.0 *2020-06-12*