fix duplicate dart:convert entries in changelog

R=whesse@google.com

Review URL: https://codereview.chromium.org/1889663002 .
This commit is contained in:
Kevin Moore 2016-04-13 15:35:27 -07:00
parent a790d5ac12
commit 1616aa3c87

View file

@ -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