| Index: packages/cli_util/CHANGELOG.md
|
| diff --git a/packages/cli_util/CHANGELOG.md b/packages/cli_util/CHANGELOG.md
|
| index 85af3d80ca9bd7fd6c3a2aa9607113a1bcaf8c9b..7a7bfa4d698ee3e47d62ff5bf97a0bad34e4819e 100644
|
| --- a/packages/cli_util/CHANGELOG.md
|
| +++ b/packages/cli_util/CHANGELOG.md
|
| @@ -1,5 +1,23 @@
|
| # Changelog
|
|
|
| +## 0.1.2
|
| +
|
| +- Fix a bug in `getSdkDir` (#21)
|
| +
|
| +## 0.1.1
|
| +
|
| +- Updated to the output for indeterminate progress
|
| +- Exposed a `Logger.isVerbose` getter
|
| +
|
| +## 0.1.0
|
| +
|
| +- Use the new `Platform.resolvedExecutable` API to locate the SDK
|
| +- Add the `cli_logging.dart` library - utilities to display output and progress
|
| +
|
| +## 0.0.1+3
|
| +
|
| +- Find SDK properly when invoked from inside SDK tests.
|
| +
|
| ## 0.0.1+2
|
|
|
| - Support an executable in a symlinked directory.
|
|
|