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

Unified Diff: CHANGELOG.md

Issue 1781703002: Change bleeding-edge version to 1.16.0, merge stable and bleeding-edge changelog. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: address comments Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb9cfc757217ab1e3166aec6b787cd6ec3e1e3f6..f8fe8f0f76ef150107f92bf0d0ffa7fed5729dba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,7 @@
for (int n in <String>["a", "b"]) { ... }
```
-## 1.15.0
+## 1.15.0 - 2016-03-09
### Core library changes
@@ -69,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
-* Fixes a bug where pub would download packages from pub.dartlang.org even when
- a different hosted URL was specified.
+Patch release, resolves three issues:
+
+* VM: Fixed a code generation bug on x64.
+ (SDK commit [834b3f02](https://github.com/dart-lang/sdk/commit/834b3f02b6ab740a213fd808e6c6f3269bed80e5))
+
+* `dart:io`: Fixed EOF detection when reading some special device files.
+ (SDK issue [25596](https://github.com/dart-lang/sdk/issues/25596))
+
+* Pub: Fixed an error using hosted dependencies in SDK version 1.14.
+ (Pub issue [1386](https://github.com/dart-lang/pub/issues/1386))
## 1.14.1 - 2016-02-04
« no previous file with comments | « no previous file | tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698