Skip to content

Commit 7a562ac

Browse files
committed
added changelog note
1 parent 0ead6b8 commit 7a562ac

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77
### Fixed
8-
- [`no-named-as-default-member`] don't crash on rest props. ([#281], thanks [@SimenB])
8+
- [`no-named-as-default-member`]: don't crash on rest props. ([#281], thanks [@SimenB])
9+
- support for Node 6: don't pass `null` to `path` functions.
10+
Thanks to [@strawbrary] for bringing this up ([#272]) and adding OSX support to the Travis
11+
config ([#288]).
912

1013
## resolvers/webpack: Unreleased
1114
### Changed
@@ -182,6 +185,7 @@ for info on changes for earlier releases.
182185
[`named`]: ./docs/rules/named.md
183186

184187
[#289]: https://github.com/benmosher/eslint-plugin-import/pull/289
188+
[#288]: https://github.com/benmosher/eslint-plugin-import/pull/288
185189
[#287]: https://github.com/benmosher/eslint-plugin-import/pull/287
186190
[#278]: https://github.com/benmosher/eslint-plugin-import/pull/278
187191
[#261]: https://github.com/benmosher/eslint-plugin-import/pull/261
@@ -199,6 +203,7 @@ for info on changes for earlier releases.
199203

200204
[#286]: https://github.com/benmosher/eslint-plugin-import/issues/286
201205
[#281]: https://github.com/benmosher/eslint-plugin-import/issues/281
206+
[#272]: https://github.com/benmosher/eslint-plugin-import/issues/272
202207
[#216]: https://github.com/benmosher/eslint-plugin-import/issues/216
203208
[#214]: https://github.com/benmosher/eslint-plugin-import/issues/214
204209
[#210]: https://github.com/benmosher/eslint-plugin-import/issues/210
@@ -240,4 +245,5 @@ for info on changes for earlier releases.
240245
[@jquense]: https://github.com/jquense
241246
[@jonboiser]: https://github.com/jonboiser
242247
[@taion]: https://github.com/taion
248+
[@strawbrary]: https://github.com/strawbrary
243249
[@SimenB]: https://github.com/SimenB

0 commit comments

Comments
 (0)