| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index b9dd8d03f3517c134d27a9aece736c14345bb006..637e97803bd7f219376152814c725e6e35b48b50 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,4 +1,4 @@
|
| -## 1.17.0
|
| +## 1.17.0 - 2016-06-06
|
|
|
| ### Core library changes
|
| * `dart:convert`
|
| @@ -31,7 +31,17 @@
|
| * A bug has been fixed in which `pub get --offline` would crash when a
|
| prerelease version was selected.
|
|
|
| -## 1.16.0
|
| +* Dartium and content shell
|
| + * Debugging Dart code inside iframes improved, was broken.
|
| +
|
| +## 1.16.1 - 2016-05-24
|
| +
|
| +Patch release, resolves one issue:
|
| +
|
| +* VM: Fixes a bug that caused intermittent hangs on Windows.
|
| +(SDK issue [26400](https://github.com/dart-lang/sdk/issues/26400))
|
| +
|
| +## 1.16.0 - 2016-04-26
|
|
|
| ### Core library changes
|
|
|
|
|