From d868c7f1ba4eab85ba9c1c01892835776ff4091d Mon Sep 17 00:00:00 2001 From: merceyz Date: Thu, 28 Oct 2021 16:38:23 +0200 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 360eedda3cae..d4bbd3ea8d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Yarn now accepts sponsorships! Please give a look at our [OpenCollective](https: ### Bugfixes - `@yarnpkg/pnpify` now escapes paths correctly +- The ESM loader is now enabled regardless of the entrypoint module type, this fixes support for dynamic imports in commonjs modules when the entrypoint is also commonjs ### Miscellaneous Features