Skip to content

Commit ffdb607

Browse files
committed
Add changelog for 2.1.0-beta.10
1 parent af9c371 commit ffdb607

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# 2.x (unreleased)
22

3+
# 2.1.0-beta.10
4+
5+
- **Breaking change**: only support Node.js `0.12` and higher.
6+
- Update SSL certificate in https mode to fix issues with Windows ([#648](https://github.com/webpack/webpack-dev-server/issues/648)).
7+
- 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)).
8+
- 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)).
9+
- Fix more issues with IPv6 ([#676](https://github.com/webpack/webpack-dev-server/pull/676)).
10+
311
# 2.1.0-beta.9
412

513
- 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)).

0 commit comments

Comments
 (0)