From 887eb0758f02347f713048eb5ec5814f861a8f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Wed, 3 Feb 2021 02:40:10 +0100 Subject: [PATCH] Remove a Babel 8 commit from CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f8972cac5..3011070295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -86,8 +86,6 @@ See [`eslint-plugin-babel`'s releases](https://github.com/babel/eslint-plugin-ba #### :house: Internal * `babel-traverse`, `babel-types` * [#12296](https://github.com/babel/babel/pull/12296) Use native ESM for dev scripts ([@karansapolia](https://github.com/karansapolia)) -* `babel-plugin-proposal-dynamic-import`, `babel-plugin-transform-modules-systemjs` - * [#12700](https://github.com/babel/babel/pull/12700) Require @babel/plugin-proposal-dynamic-import when transforming import() to SystemJS ([@JLHwung](https://github.com/JLHwung)) * `babel-register` * [#12674](https://github.com/babel/babel/pull/12674) babel-register run default register with global module cache ([@overlookmotel](https://github.com/overlookmotel)) * Other