| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 25948cc69f9b552e118abe916b19c0208bbd674f..df5f6c8a64cea3901581f765baa30df7ece3b464 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -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
|
|
|
|
|