From cca1bf10718aad2c51abf6434e47b0236dee0f10 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Thu, 28 Jan 2021 15:15:04 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe3536951c..26b4cc2b80c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # rollup changelog ## 2.38.1 -*unreleased* +*2021-01-28* + +### Bug Fixes +* Fix internal error when resolving a missing entry point in the browser build (#3935) ### Pull Requests +* [#3935](https://github.com/rollup/rollup/pull/3935): fix: remove isolated resolve() for compat with browser distribution (@cmorten and @lukastaegert) * [#3936](https://github.com/rollup/rollup/pull/3936): Ensure test after() callback is always executed (@Benjamin-Dobell) * [#3937](https://github.com/rollup/rollup/pull/3937): Modernize references to other software (@ludofischer)