Skip to content

Commit

Permalink
added #508 link to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Aug 23, 2016
1 parent 0d98253 commit 18c4831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
- Added an `allow` option to [`no-nodejs-modules`] to allow exceptions ([#452], [#509]).

### Fixed
- [`no-named-as-default-member`] Allow default import to have a property named "default" ([#507], thanks [@jquense])
- [`no-named-as-default-member`] Allow default import to have a property named "default" ([#507]+[#508], thanks [@jquense] for both!)

## [1.14.0] - 2016-08-22
### Added
Expand Down Expand Up @@ -295,6 +295,7 @@ for info on changes for earlier releases.
[`no-restricted-paths`]: ./docs/rules/no-restricted-paths.md

[#509]: https://github.com/benmosher/eslint-plugin-import/pull/509
[#508]: https://github.com/benmosher/eslint-plugin-import/pull/508
[#503]: https://github.com/benmosher/eslint-plugin-import/pull/503
[#499]: https://github.com/benmosher/eslint-plugin-import/pull/499
[#461]: https://github.com/benmosher/eslint-plugin-import/pull/461
Expand Down

0 comments on commit 18c4831

Please sign in to comment.