Update changelog with information on WebSocket compression

Closes #24980

BUG= https://github.com/dart-lang/sdk/issues/24980
R=mit@google.com

Review URL: https://codereview.chromium.org/1587043002 .
This commit is contained in:
Søren Gjesse 2016-01-14 15:55:24 +01:00
parent 0083cf8439
commit 4e35dd3b05

View file

@ -27,6 +27,12 @@
* `dart:io`
* `Platform` added an `isIOS` getter and `Platform.operatingSystem` may now
return `ios`.
* Added support for WebSocket compression as standardized in RFC 7692. By
default compression is turned on for all WebSocket connections. The
optionally named parameter `compression` on the methods `WebSocket.connect`,
`WebSocket.fromUpgradedSocket`, and `WebSocketTransformer.upgrade` and on
the `WebSocketTransformer` constructor is used to select the compression
options.
### Tool changes