From 2d03a67bebfd9adc8aed660d2999bcdfab0e12ba Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Thu, 7 Mar 2019 06:35:41 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea423b72d27..3cafd065e4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ # rollup changelog ## 1.4.2 -*unreleased* +*2019-03-07* ### Bug Fixes * Respect variable identity of exports when hashing (#2741) +* Resolve a situations where a variable was imported twice with the same name (#2737) ### Pull Requests * [#2741](https://github.com/rollup/rollup/pull/2741): Fix hashing when different variable are exported using the same name (@lukastaegert) +* [#2737](https://github.com/rollup/rollup/pull/2737): Fix duplicate imports with conflicting names (@lukastaegert) ## 1.4.1 *2019-03-04*