Skip to content

Commit 2b471c7

Browse files
committed
changelog note for #485
1 parent c57beae commit 2b471c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

66
## [Unreleased]
7-
7+
### Added
8+
- New rule [`no-internal-modules`]: restrict deep package imports to specific folders. ([#485], thanks [@spalger]!)
89

910
## [1.15.0] - 2016-09-12
1011
### Added
@@ -301,6 +302,7 @@ for info on changes for earlier releases.
301302
[`no-restricted-paths`]: ./docs/rules/no-restricted-paths.md
302303
[`no-absolute-path`]: ./docs/rules/no-absolute-path.md
303304
[`max-dependencies`]: ./docs/rules/max-dependencies.md
305+
[`no-internal-modules`]: ./docs/rules/no-internal-modules.md
304306

305307
[#538]: https://github.com/benmosher/eslint-plugin-import/pull/538
306308
[#527]: https://github.com/benmosher/eslint-plugin-import/pull/527
@@ -309,6 +311,7 @@ for info on changes for earlier releases.
309311
[#503]: https://github.com/benmosher/eslint-plugin-import/pull/503
310312
[#499]: https://github.com/benmosher/eslint-plugin-import/pull/499
311313
[#489]: https://github.com/benmosher/eslint-plugin-import/pull/489
314+
[#485]: https://github.com/benmosher/eslint-plugin-import/pull/485
312315
[#461]: https://github.com/benmosher/eslint-plugin-import/pull/461
313316
[#444]: https://github.com/benmosher/eslint-plugin-import/pull/444
314317
[#428]: https://github.com/benmosher/eslint-plugin-import/pull/428
@@ -445,3 +448,4 @@ for info on changes for earlier releases.
445448
[@wKich]: https://github.com/wKich
446449
[@tizmagik]: https://github.com/tizmagik
447450
[@knpwrs]: https://github.com/knpwrs
451+
[@spalger]: https://github.com/spalger

0 commit comments

Comments
 (0)