From ee326c4a56a582daf3a9f58a2247ee6fa15ac9c6 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Tue, 12 Nov 2019 17:31:19 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3f6eb218d9..57b3ed70bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # rollup changelog +## 1.27.0 +*2019-11-12* + +### Features +* Add support for output-specific plugins (#3218) +* Reenable parallel output processing when using the CLI (#3218) +* Warn if files are emitted that would overwrite previously emitted files (#3218) + +### Bug Fixes +* Do not overwrite files emitted in other builds if outputs are generated in parallel (#3218) + +### Pull Requests +* [#3218](https://github.com/rollup/rollup/pull/3218): Per output plugins (@lukastaegert) + ## 1.26.5 *2019-11-11*