| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 5497a379a310386526e15122b36aa47888c547e6..51a79e9993c11d38b3b51782912ef6efef2bdb0a 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -4,13 +4,13 @@
|
|
|
| * `dart:convert`
|
| * Added `BASE64URL` codec and corresponding `Base64Codec.urlSafe` constructor.
|
| +
|
| + * Introduce `ChunkedConverter` and deprecate chunked methods on `Converter`.
|
| +
|
| * `dart:io`
|
| * Added `SecurityContext.alpnSupported`, which is true if a platform
|
| supports ALPN, and false otherwise.
|
|
|
| -* `dart:convert`
|
| - * Introduce `ChunkedConverter` and deprecate chunked methods on `Converter`.
|
| -
|
| ### Analyzer
|
|
|
| * Static checking of `for in` statements. These will now produce static
|
|
|