Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: CHANGELOG.md

Issue 2252113002: fixed merge issue in CHANGELOG (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a5ac9b910c6ba16d8a6da00ae559ae25c19282e..92e389917b7e2615ed3f5bbc6d577a7f34350d52 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/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698