From c72da4ac366dd000a3eaad77f4a9bf5aea193074 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Sun, 19 May 2019 11:37:31 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c3e08c7f35..881b554eb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # rollup changelog ## 1.12.3 -*unreleased* +*2019-05-19* + +### Bug Fixes +* Prevent duplicate imports when exports are reexported as default exports (#2866) ### Pull Requests * [#2755](https://github.com/rollup/rollup/pull/2755): Enable TypeScript strictNullChecks (@edsrzf) +* [#2866](https://github.com/rollup/rollup/pull/2866): Properly deduplicate reexported default exports (@lukastaegert) ## 1.12.2 *2019-05-17*