| 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.
|
|
|
|
|