diff --git a/CHANGELOG.md b/CHANGELOG.md index 63b33fe917..0f338671c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ### Added - [`newline-after-import`]: add `considerComments` option ([#2399], thanks [@pri1311]) - [`no-cycle`]: add `allowUnsafeDynamicCyclicDependency` option ([#2387], thanks [@GerkinDev]) +- [`no-restricted-paths`]: support arrays for `from` and `target` options ([#2466], thanks [@AdriAt360]) ### Fixed - [`order`]: move nested imports closer to main import entry ([#2396], thanks [@pri1311]) @@ -990,6 +991,7 @@ for info on changes for earlier releases. [`memo-parser`]: ./memo-parser/README.md +[#2466]: https://github.com/import-js/eslint-plugin-import/pull/2466 [#2440]: https://github.com/import-js/eslint-plugin-import/pull/2440 [#2427]: https://github.com/import-js/eslint-plugin-import/pull/2427 [#2417]: https://github.com/import-js/eslint-plugin-import/pull/2417 @@ -1493,6 +1495,7 @@ for info on changes for earlier releases. [@aberezkin]: https://github.com/aberezkin [@adamborowski]: https://github.com/adamborowski [@adjerbetian]: https://github.com/adjerbetian +[@AdriAt360]: https://github.com/AdriAt360 [@ai]: https://github.com/ai [@aladdin-add]: https://github.com/aladdin-add [@alex-page]: https://github.com/alex-page