update version that analyzer changes landed

Follow-up on 18f46ec2a7

Review URL: https://codereview.chromium.org/1784443002 .
This commit is contained in:
Kevin Moore 2016-03-09 09:46:57 -08:00
parent 5db2c56b5b
commit 3cb353b4c5

View file

@ -1,4 +1,4 @@
## 1.15.0
## 1.16.0
### Analyzer
@ -12,6 +12,8 @@
// String cannot be assigned to int.
for (int n in <String>["a", "b"]) { ... }
## 1.15.0
### Core library changes
* `dart:async`