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

Side by Side Diff: packages/cli_util/CHANGELOG.md

Issue 3014633002: Roll to pickup pool changes (Closed)
Patch Set: Created 3 years, 2 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 unified diff | Download patch
« no previous file with comments | « packages/cli_util/.travis.yml ('k') | packages/cli_util/pubspec.yaml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Changelog 1 ## 0.1.2+1
2 2
3 - Remove unneeded change to Dart SDK constraint.
4
3 ## 0.1.2 5 ## 0.1.2
4 6
5 - Fix a bug in `getSdkDir` (#21) 7 - Fix a bug in `getSdkDir` (#21)
6 8
7 ## 0.1.1 9 ## 0.1.1
8 10
9 - Updated to the output for indeterminate progress 11 - Updated to the output for indeterminate progress
10 - Exposed a `Logger.isVerbose` getter 12 - Exposed a `Logger.isVerbose` getter
11 13
12 ## 0.1.0 14 ## 0.1.0
13 15
14 - Use the new `Platform.resolvedExecutable` API to locate the SDK 16 - Added a new `getSdkPath()` method to get the location of the SDK (this uses th e new
17 `Platform.resolvedExecutable` API to locate the SDK)
18 - Deprecated `getSdkDir()` in favor of `getSdkPath()`
15 - Add the `cli_logging.dart` library - utilities to display output and progress 19 - Add the `cli_logging.dart` library - utilities to display output and progress
16 20
17 ## 0.0.1+3 21 ## 0.0.1+3
18 22
19 - Find SDK properly when invoked from inside SDK tests. 23 - Find SDK properly when invoked from inside SDK tests.
20 24
21 ## 0.0.1+2 25 ## 0.0.1+2
22 26
23 - Support an executable in a symlinked directory. 27 - Support an executable in a symlinked directory.
24 28
25 ## 0.0.1+1 29 ## 0.0.1+1
26 30
27 - Fix for when the dart executable can't be found by `which`. 31 - Fix for when the dart executable can't be found by `which`.
28 32
29 ## 0.0.1 33 ## 0.0.1
30 34
31 - Initial version 35 - Initial version
OLDNEW
« no previous file with comments | « packages/cli_util/.travis.yml ('k') | packages/cli_util/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698