diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3c05d975c5..a82e9ae0aca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ Yarn now accepts sponsorships! Please give a look at our [OpenCollective](https: - The pnpm linker will now remove the `node_modules/.store` and `node_modules` folders if they are empty. +### Bugfixes + +- 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 - Reporting for Git errors has been improved.