Add assert messages in DDC to the CHANGELOG.

(Also, alphabetize the tools.)

R=kevmoo@google.com

Review-Url: https://codereview.chromium.org/2574283002 .
This commit is contained in:
Bob Nystrom 2016-12-14 12:57:35 -08:00
parent 4b9087f9f5
commit 1d74db1e2d

View file

@ -2,6 +2,14 @@
### Tool changes
* Dart2Js
* Remove support for (long-time deprecated) mixin typedefs.
* Dart Dev Compiler
* Support messages in `assert()` statements. (#27342)
* Pub
* Avoid using a barback asset server for executables unless they actually use
@ -21,10 +29,6 @@
pubspec can't be parsed will now be ignored by `pub get --offline` and
deleted by `pub cache repair`.
* Dart2Js
* Remove support for (long-time deprecated) mixin typedefs.
## 1.21.0 - 2016-12-07