From 18c4831066e65ad3a9b2ca303a28eece53c3da50 Mon Sep 17 00:00:00 2001 From: Ben Mosher Date: Tue, 23 Aug 2016 08:49:50 -0400 Subject: [PATCH] added #508 link to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d2e2103..f0a5a615e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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