Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: CHANGELOG.md

Issue 1758123002: Use the web_socket_channel package. (Closed) Base URL: git@github.com:dart-lang/shelf_web_socket@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/shelf_web_socket.dart » ('j') | lib/shelf_web_socket.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06c4d4bc6b537b0eeaa4e26e53771034e47b36c9..48ce8e9872546ad028a6837a76197d69529bc3d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 0.2.0
+
+* **Breaking change**: `webSocketHandler()` now uses the
+ [`WebSocketChannel`][WebSocketChannel] class defined in the
+ `web_socket_channel` package, rather than the deprecated class defined in
+ `http_parser`.
+
+[WebSocketChannel]: https://www.dartdocs.org/documentation/web_socket_channel/latest/web_socket_channel/WebSocketChannel-class.html
+
## 0.1.0
* **Breaking change**: `webSocketHandler()` now passes a
« no previous file with comments | « no previous file | lib/shelf_web_socket.dart » ('j') | lib/shelf_web_socket.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698