From 3c36f7dcd4fafdbdd1c3b8db41bf628249b2ec16 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Sat, 7 Dec 2019 21:26:15 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6093d9e540c..c79ba3fe5f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # rollup changelog +## 1.27.9 +*2019-12-07* + +### Bug Fixes +* Fix an issue where reexports could be missing when preserving modules (#3273) +* Allow turning of color output via NO_COLOR or FORCE_COLOR=0 environment variables (#3272) + +### Pull Requests +* [#3272](https://github.com/rollup/rollup/pull/3272): Support either NO_COLOR or FORCE_COLOR=0 to turn off color (@kikonen) +* [#3273](https://github.com/rollup/rollup/pull/3273): Make sure that indirectly reexported modules also become chunk dependencies when preserving modules(@lukastaegert) + ## 1.27.8 *2019-12-02*