From 52e5ba562a2dabcd8baa5ba06c453545894a1b8a Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Wed, 23 Oct 2019 07:47:26 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 290e5014164..ef705b98584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # rollup changelog +## 1.25.2 +*2019-10-23* + +### Bug Fixes +* Improve performance of bundled UMD code by adding additional parentheses to enforce eager parsing (#3183) +* Improve types to tolerate passing a Rollup config with multiple outputs to `rollup.rollup` (#3184) + +### Pull Requests +* [#3183](https://github.com/rollup/rollup/pull/3183): Add parentheses to factory function of UMD bundles (@ajihyf) +* [#3184](https://github.com/rollup/rollup/pull/3184): RollupOptions accept output as array (@imcotton) + ## 1.25.1 *2019-10-20*