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

Unified Diff: CHANGELOG.md

Issue 1569983002: Bring in the latest pub. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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 b61bead687ca298c8010f96eb4cd5245facbfbc0..96301dc43a71b072e41fcdab7fb11a6cf02325e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -53,6 +53,11 @@
* `pub global run` now detects when a global executable's SDK constraint is no
longer met and errors out, rather than trying to run the executable anyway.
+ * Pub commands that check whether the lockfile is up-to-date (`pub run`, `pub
+ deps`, `pub serve`, and `pub build`) now do additional verification. They
+ ensure that any path dependencies' pubspecs haven't been changed, and they
+ ensure that the current SDK version is compatible with all dependencies.
+
* Fixed a crashing bug when using `pub global run` on a global script that
didn't exist.
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698