From 10508d48b5fa5805bc6a87062d21471474983b95 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 17 Aug 2016 10:54:48 -0700 Subject: [PATCH] fixed merge issue in CHANGELOG Review URL: https://codereview.chromium.org/2252113002 . --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5ac9b910c..92e389917b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ * About a dozen other bug fixes. * Pub + * Added a `--no-packages-dir` flag to `pub get`, `pub upgrade`, and `pub + downgrade`. When this flag is passed, pub will not generate a `packages/` + directory, and will remove that directory and any symlinks to it if they + exist. Note that this replaces the unsupported `--no-package-symlinks` flag. + * Added the ability for packages to declare a constraint on the [Flutter][] SDK: @@ -54,8 +59,8 @@ * Eliminate some false negatives when determining whether global executables are on the user's executable path. -* dart2dart (aka `dart2js --output-type=dart`) has been removed (this was - deprecated in Dart 1.11) +* `dart2js` + * `dart2dart` (aka `dart2js --output-type=dart`) has been removed (this was deprecated in Dart 1.11). [Flutter]: https://flutter.io/