1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

Update CHANGELOG.md with HttpClientResponseCompressionState

Bug: https://github.com/dart-lang/sdk/issues/37128
Change-Id: I2c9f7255eee6ea924e9b1a1aa7a4c3ec4f0a6f3f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/104282
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Todd Volkert <tvolkert@google.com>
This commit is contained in:
Todd Volkert 2019-05-31 16:30:24 +00:00 committed by commit-bot@chromium.org
parent 5fcff2f581
commit c72893dc12

View File

@ -37,7 +37,12 @@ class B<X> extends A<void Function(X)> {};
* The `HttpClientResponse` interface has been extended with the addition of a
new `compressionState` getter, which specifies whether the body of a
response was compressed when it was received and whether it has been
automatically uncompressed via `HttpClient.autoUncompress`.
automatically uncompressed via `HttpClient.autoUncompress` (Issue [36971][]).
As part of this change, a corresponding new enum was added to `dart:io`:
`HttpClientResponseCompressionState`.
[36971]: https://github.com/dart-lang/sdk/issues/36971
* **Breaking change**: For those implementing the `HttpClientResponse`
interface, this is a breaking change, as implementing classes will need to