Move dart-convert changelog entry to the correct place.

Review-Url: https://codereview.chromium.org/2851233002 .
This commit is contained in:
Florian Loitsch 2017-05-01 18:20:00 +02:00
parent 34abae8d86
commit bc877a83d3

View file

@ -1,10 +1,5 @@
## 1.24.0
### Core library changes
* `dart:convert`
* Removed deprecated `ChunkedConverter` class.
### Language
#### Strong Mode
@ -17,6 +12,8 @@
* Added `ProcessInfo.currentRss` and `ProcessInfo.maxRss` for inspecting
the Dart VM process current and peak resident set size.
* Added 'RawSynchronousSocket', a basic synchronous socket implementation.
* `dart:convert`
* Removed deprecated `ChunkedConverter` class.
### Dart VM