Skip to content

Commit f34d23e

Browse files
committed
tweak changelog
1 parent 6c23b7d commit f34d23e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## 0.4.0 (2019-09-28)
22

33
### Breaking Changes
4-
* Browserify-HMR in websocket mode now checks that websocket connections are opened from a page from the configured hostname or localhost. This is done to prevent arbitrary webpages from telling your browser to connect to an instance of Browserify-HMR you're running. This check can be disabled with the `disableHostCheck` option.
5-
* Drop support for Node < 8.
4+
* Browserify-HMR in websocket mode now checks that websocket connections are opened from a page from the configured hostname or localhost. This is done to prevent arbitrary webpages from telling your browser to connect to an instance of Browserify-HMR you're running. This check can be disabled with the `disableHostCheck` option. [#45](https://github.com/Macil/browserify-hmr/pull/45)
5+
* Dropped support for Node < 8.
66

77
## 0.3.7 (2018-11-12)
88

9-
* Implement `module.id` for [react-hot-loader](https://github.com/gaearon/react-hot-loader) support.
10-
* Implement 'apply' HMR status for [react-hot-loader](https://github.com/gaearon/react-hot-loader) support.
9+
* Implemented `module.id` for [react-hot-loader](https://github.com/gaearon/react-hot-loader) support.
10+
* Implemented 'apply' HMR status for [react-hot-loader](https://github.com/gaearon/react-hot-loader) support.
1111

1212
## 0.3.6 (2017-11-17)
1313

0 commit comments

Comments
 (0)