From 6c88569bd249c269395562a218c9597e25fa5648 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Thu, 16 May 2019 07:51:44 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a913e124df..606b897d4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,11 @@ ### Bug Fixes * Extend file name sanitation to also replace "?" and "*" e.g. when preserving modules with the updated commonjs plugin (#2860) +* Do not ignore module transformer that return an empty string (#2861) ### Pull Requests * [#2860](https://github.com/rollup/rollup/pull/2860): Update to latest plugins and extend file name sanitation (@lukastaegert) +* [#2861](https://github.com/rollup/rollup/pull/2861): Allow transformers to return an empty string (@lukastaegert) ## 1.12.0 *2019-05-15*