Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index d8b8d9db68dbaaa00700d3d6132ff51b30892862..926c39bc67ad14610d9cb58b4c440da6c08f2840 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -8,6 +8,9 @@ |
| * 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 |