Skip to content

Commit 72e0eb6

Browse files
committed
[meta] fix mistaken changelog entry per import-js#2387 (comment)
1 parent b2f6ac8 commit 72e0eb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
88

99
### Added
1010
- [`newline-after-import`]: add `considerComments` option ([#2399], thanks [@pri1311])
11+
- [`no-cycle`]: add `allowUnsafeDynamicCyclicDependency` option ([#2387], thanks [@GerkinDev])
1112

1213
### Fixed
1314
- [`order`]: move nested imports closer to main import entry ([#2396], thanks [@pri1311])
@@ -24,7 +25,6 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2425
- [`no-named-default`, `no-default-export`, `prefer-default-export`, `no-named-export`, `export`, `named`, `namespace`, `no-unused-modules`]: support arbitrary module namespace names ([#2358], thanks [@sosukesuzuki])
2526
- [`no-dynamic-require`]: support dynamic import with espree ([#2371], thanks [@sosukesuzuki])
2627
- [`no-relative-packages`]: add fixer ([#2381], thanks [@forivall])
27-
- [`no-cycle`]: add `allowUnsafeDynamicCyclicDependency` option ([#2387], thanks [@GerkinDev])
2828

2929
### Fixed
3030
- [`default`]: `typescript-eslint-parser`: avoid a crash on exporting as namespace (thanks [@ljharb])
@@ -998,6 +998,7 @@ for info on changes for earlier releases.
998998
[#2396]: https://github.com/import-js/eslint-plugin-import/pull/2396
999999
[#2393]: https://github.com/import-js/eslint-plugin-import/pull/2393
10001000
[#2388]: https://github.com/import-js/eslint-plugin-import/pull/2388
1001+
[#2387]: https://github.com/import-js/eslint-plugin-import/pull/2387
10011002
[#2381]: https://github.com/import-js/eslint-plugin-import/pull/2381
10021003
[#2378]: https://github.com/import-js/eslint-plugin-import/pull/2378
10031004
[#2371]: https://github.com/import-js/eslint-plugin-import/pull/2371

0 commit comments

Comments
 (0)