add CHANGELOG for http status code change

Original cl: https://dart-review.googlesource.com/c/sdk/+/134763

Bug: https://github.com/dart-lang/sdk/issues/38898
Change-Id: Id587835ef0272d56f3c497ef386416be167fe25f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/135493
Commit-Queue: Zichang Guo <zichangguo@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
This commit is contained in:
Zichang Guo 2020-02-14 17:18:17 +00:00 committed by commit-bot@chromium.org
parent f60536c194
commit 4512dfee4d

View file

@ -17,6 +17,9 @@ used (see Issue [39627][]).
#### `dart:io`
* Class `HttpParser` will no longer throw an exception when a HTTP response
status code is within [0, 999]. Customized status codes in this range are now valid.
* The `Socket` class will now throw a `SocketException` if the socket has been
destroyed or upgraded to a secure socket upon setting or getting socket
options. Previously setting a socket options would be ignored and getting a