Start working on version 1.18 of Dart

BUG=
R=nweiz@google.com

Review URL: https://codereview.chromium.org/2039093004 .
This commit is contained in:
William Hesse 2016-06-06 23:31:00 +02:00
parent 45e277a2cb
commit e9b92b73fe
2 changed files with 13 additions and 3 deletions

View file

@ -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

View file

@ -25,7 +25,7 @@
#
CHANNEL be
MAJOR 1
MINOR 17
MINOR 18
PATCH 0
PRERELEASE 0
PRERELEASE_PATCH 0