Skip to content

Commit

Permalink
Add changelog for 2.1.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceK33z committed Oct 29, 2016
1 parent af9c371 commit ffdb607
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 2.x (unreleased)

# 2.1.0-beta.10

- **Breaking change**: only support Node.js `0.12` and higher.
- Update SSL certificate in https mode to fix issues with Windows ([#648](https://github.com/webpack/webpack-dev-server/issues/648)).
- Add option to listen on unix socket instead of a port with the `--socket` flag ([#661](https://github.com/webpack/webpack-dev-server/pull/661)).
- Add deprecation warnings for using `contentBase` with a URL or port, since the `proxy` option does about the same and is more powerful ([`61b46ba`](https://github.com/webpack/webpack-dev-server/commit/61b46bac419fc496852cb1b94e0b49451631a0e6)).
- Fix more issues with IPv6 ([#676](https://github.com/webpack/webpack-dev-server/pull/676)).

# 2.1.0-beta.9

- Add support for watching files provided by the `contentBase` option. Enable with `watchContentBase: true` or `--watch-content-base` in the CLI ([#649](https://github.com/webpack/webpack-dev-server/pull/649)).
Expand Down

0 comments on commit ffdb607

Please sign in to comment.