Skip to content

Commit

Permalink
changelog note for #1261
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mosher authored and Ben Mosher committed Jan 22, 2019
1 parent 548ea02 commit 1e4100d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resolvers/webpack/CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).

## Unreleased

### Added
- support for `argv` parameter when config is a function. ([#1261], thanks [@keann])

### Fixed
- crash when webpack config is an array of functions ([#1219]/[#1220] by [@idudinov])

Expand Down Expand Up @@ -106,6 +110,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
- `interpret` configs (such as `.babel.js`).
Thanks to [@gausie] for the initial PR ([#164], ages ago! 😅) and [@jquense] for tests ([#278]).

[#1261]: https://github.com/benmosher/eslint-plugin-import/pull/1261
[#1220]: https://github.com/benmosher/eslint-plugin-import/pull/1220
[#1091]: https://github.com/benmosher/eslint-plugin-import/pull/1091
[#969]: https://github.com/benmosher/eslint-plugin-import/pull/969
Expand Down Expand Up @@ -152,3 +157,4 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
[@graingert]: https://github.com/graingert
[@mattkrick]: https://github.com/mattkrick
[@idudinov]: https://github.com/idudinov
[@keann]: https://github.com/keann

0 comments on commit 1e4100d

Please sign in to comment.