Skip to content

Commit 2b8a040

Browse files
committed
Add changelog for 2.1.0-beta.8
1 parent ffb1e56 commit 2b8a040

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

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

3+
# 2.1.0-beta.8
4+
5+
- Add full Web Worker support ([#632](https://github.com/webpack/webpack-dev-server/pull/632)).
6+
- Fix `historyApiFallback` not working when specifying an index that is not `index.html` ([#627](https://github.com/webpack/webpack-dev-server/pull/627), [cb1b32f](https://github.com/webpack/webpack-dev-server/commit/cb1b32fa6c57ec3ae9d16be129279df9448cb29f)).
7+
- Add support for new SSL parameters: `pfx` and `pfxPassphrase`. Use with `--pfx` and `--pfx-passphrase` in the CLI ([#631](https://github.com/webpack/webpack-dev-server/pull/631)).
8+
39
# 2.1.0-beta.7
410

511
- Add support for http/2 when using the `https` option. Falls back on http/1.1.

0 commit comments

Comments
 (0)