Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index ba02f660c5c858ba759d133b8e3edd6cf611b5d6..0ac7f6e9758cdb9f4d7bcb6c5e2720135f917f1e 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,4 +1,4 @@ |
| -## 1.15.0 |
| +## 1.16.0 |
| ### Analyzer |
| @@ -11,6 +11,9 @@ |
| // String cannot be assigned to int. |
| for (int n in <String>["a", "b"]) { ... } |
| + ``` |
| + |
| +## 1.15.0 - 2016-03-09 |
| ### Core library changes |
| @@ -66,10 +69,18 @@ |
| [configuring the analyzer]: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer |
| -## 1.14.2 - 2016-02-09 |
| +## 1.14.2 - 2016-02-10 |
| + |
| +Patch release, resolves three issues: |
| + |
| +* VM: Fixes a code generation bug on x64. |
|
Bill Hesse
2016/03/09 18:08:08
Also here, fixed "Fixed"
|
| + (SDK commit [834b3f02](https://github.com/dart-lang/sdk/commit/834b3f02b6ab740a213fd808e6c6f3269bed80e5)) |
| + |
| +* `dart:io`: Fix EOF detection when reading some special device files. |
|
mit
2016/03/09 18:03:14
We usually use past-tense ('fixes')
Bill Hesse
2016/03/09 18:08:08
Done.
|
| + (SDK issue [25596](https://github.com/dart-lang/sdk/issues/25596)) |
| -* Fixes a bug where pub would download packages from pub.dartlang.org even when |
| - a different hosted URL was specified. |
| +* Pub: Fix an error using hosted dependencies in SDK version 1.14. |
|
mit
2016/03/09 18:03:14
We usually use past-tense ('fixes')
Bill Hesse
2016/03/09 18:08:08
Done.
|
| + (Pub issue [1386](https://github.com/dart-lang/pub/issues/1386)) |
| ## 1.14.1 - 2016-02-04 |