Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index f561166a5ab42cdea7e0a32ed95c2aec09f00a78..9cfbdf9bc627a7b803771a5bf9aad50e7d412f8a 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -4,6 +4,28 @@ |
| * Allow `=` as well as `:` as separator for named parameter default values. |
| +### Service protocol changes |
|
kevmoo
2016/10/19 22:26:56
Thanks!
|
| + |
| +* Accessing the service protocol now requires prefixing paths with an |
| +authentication token that can be scrapped from standard output. |
| + |
| +``` |
| +Old base url: |
| + |
| +Observatory listening on http://127.0.0.1:54804/ |
| + |
| +New base url: |
| + |
| +Observatory listening on http://127.0.0.1:54804/<token>/ |
| + |
| +For example: |
| + |
| +Observatory listening on http://127.0.0.1:54804/PTwjm8Ii8qg=/ |
| +``` |
| + |
| +* The service protocol http server can now be controlled from the |
|
kevmoo
2016/10/19 22:26:56
Please add this under new `Core library changes` s
|
| + `dart:developer` library. |
| + |
| ## 1.20.1 - 2016-10-13 |
| Patch release, resolves one issue: |