Skip to content

Commit 4d80295

Browse files
committed
changelog note for #317 + #322
1 parent c40912a commit 4d80295

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

6+
## [Unreleased]
7+
### Fixed
8+
- ignore namespace / ES7 re-exports in [`no-mutable-exports`]. ([#317], fixed by [#322]. thanks [@borisyankov] + [@jfmengels])
9+
610
## [1.7.0] - 2016-05-06
711
### Added
812
- [`newline-after-import`], new rule. ([#245], thanks [@singles])
@@ -201,6 +205,7 @@ for info on changes for earlier releases.
201205
[`newline-after-import`]: ./docs/rules/newline-after-import.md
202206
[`no-mutable-exports`]: ./docs/rules/no-mutable-exports.md
203207

208+
[#322]: https://github.com/benmosher/eslint-plugin-import/pull/322
204209
[#298]: https://github.com/benmosher/eslint-plugin-import/pull/298
205210
[#297]: https://github.com/benmosher/eslint-plugin-import/pull/297
206211
[#296]: https://github.com/benmosher/eslint-plugin-import/pull/296
@@ -223,6 +228,7 @@ for info on changes for earlier releases.
223228
[#164]: https://github.com/benmosher/eslint-plugin-import/pull/164
224229
[#157]: https://github.com/benmosher/eslint-plugin-import/pull/157
225230

231+
[#317]: https://github.com/benmosher/eslint-plugin-import/issues/317
226232
[#286]: https://github.com/benmosher/eslint-plugin-import/issues/286
227233
[#281]: https://github.com/benmosher/eslint-plugin-import/issues/281
228234
[#272]: https://github.com/benmosher/eslint-plugin-import/issues/272
@@ -274,3 +280,4 @@ for info on changes for earlier releases.
274280
[@strawbrary]: https://github.com/strawbrary
275281
[@SimenB]: https://github.com/SimenB
276282
[@josh]: https://github.com/josh
283+
[@borisyankov]: https://github.com/borisyankov

0 commit comments

Comments
 (0)