| Index: packages/cli_util/CHANGELOG.md
|
| diff --git a/packages/cli_util/CHANGELOG.md b/packages/cli_util/CHANGELOG.md
|
| index 7a7bfa4d698ee3e47d62ff5bf97a0bad34e4819e..372cdddadfabb5257c3e437ee4162caa7df810fc 100644
|
| --- a/packages/cli_util/CHANGELOG.md
|
| +++ b/packages/cli_util/CHANGELOG.md
|
| @@ -1,4 +1,6 @@
|
| -# Changelog
|
| +## 0.1.2+1
|
| +
|
| +- Remove unneeded change to Dart SDK constraint.
|
|
|
| ## 0.1.2
|
|
|
| @@ -11,7 +13,9 @@
|
|
|
| ## 0.1.0
|
|
|
| -- Use the new `Platform.resolvedExecutable` API to locate the SDK
|
| +- Added a new `getSdkPath()` method to get the location of the SDK (this uses the new
|
| + `Platform.resolvedExecutable` API to locate the SDK)
|
| +- Deprecated `getSdkDir()` in favor of `getSdkPath()`
|
| - Add the `cli_logging.dart` library - utilities to display output and progress
|
|
|
| ## 0.0.1+3
|
|
|