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

Unified Diff: CHANGELOG.md

Issue 1293473003: Bring in the latest Pub. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 | DEPS » ('j') | 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 77bec286574ff5104774149eeedc50d0ae780d52..b8721f8af98145454430012d1336da8b04ef0b8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -52,8 +52,24 @@
* Pub
+ * **Breaking:** various commands that previously ran `pub get` implicitly no
+ longer do so. Instead, they merely check to make sure the ".packages" file
+ is newer than the pubspec and the lock file, and fail if it's not.
+
+ * Added support for `--verbosity=error` and `--verbosity=warning`.
+
+ * `pub serve` now collapses multiple GET requests into a single line of
+ output. For full output, use `--verbose`.
+
+ * `pub deps` has improved formatting for circular dependencies on the
+ entrypoint package.
+
* `pub run` and `pub global run`
+ * **Breaking:** to match the behavior of the Dart VM, executables no longer
+ run in checked mode by default. A `--checked` flag has been added to run
+ them in checked mode manually.
+
* Faster start time for executables that don't import transformed code.
* Binstubs for globally-activated executables are now written in the system
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698