From 0f527d2d7ba7bbbf27cb96ee6831e10ed94038da Mon Sep 17 00:00:00 2001 From: Ben Mosher Date: Tue, 20 Sep 2016 09:16:23 -0400 Subject: [PATCH] changelog note for #545 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c65f2753d..74561f836 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ### Fixed - [`no-named-as-default`] no longer false-positive's on `export default from '...'` ([#566], thanks [@preco21]) +- [`default`]: allow re-export of values from ignored files as default + ([#545], thanks [@skyrpex]) ## [1.15.0] - 2016-09-12 ### Added @@ -356,6 +358,7 @@ for info on changes for earlier releases. [#314]: https://github.com/benmosher/eslint-plugin-import/pull/314 [#566]: https://github.com/benmosher/eslint-plugin-import/issues/566 +[#545]: https://github.com/benmosher/eslint-plugin-import/issues/545 [#530]: https://github.com/benmosher/eslint-plugin-import/issues/530 [#507]: https://github.com/benmosher/eslint-plugin-import/issues/507 [#478]: https://github.com/benmosher/eslint-plugin-import/issues/478 @@ -458,3 +461,4 @@ for info on changes for earlier releases. [@knpwrs]: https://github.com/knpwrs [@spalger]: https://github.com/spalger [@preco21]: https://github.com/preco21 +[@skyrpex]: https://github.com/skyrpex