| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index ee83da19bf411eaabb4caec67822d011b90020de..06c4d4bc6b537b0eeaa4e26e53771034e47b36c9 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,11 @@
|
| +## 0.1.0
|
| +
|
| +* **Breaking change**: `webSocketHandler()` now passes a
|
| + [`WebSocketChannel`][WebSocketChannel] to the `onConnection()` callback,
|
| + rather than a deprecated `CompatibleWebSocket`.
|
| +
|
| +[WebSocketChannel]: https://www.dartdocs.org/documentation/http_parser/2.1.0/http_parser/WebSocketChannel-class.html
|
| +
|
| ## 0.0.1+5
|
|
|
| * Support `http_parser` 2.0.0.
|
|
|