update changelog for 1.17.1 release

Review URL: https://codereview.chromium.org/2056973003 .
This commit is contained in:
Kevin Moore 2016-06-10 10:35:40 -07:00
parent 776000aac4
commit c790c11ac5

View file

@ -1,3 +1,13 @@
## 1.17.1 - 2016-06-10
Patch release, resolves two issues:
* VM: Fixes a bug that caused crashes in async functions.
(SDK issue [26668](https://github.com/dart-lang/sdk/issues/26668))
* VM: Fixes a bug that caused garbage collection of reachable weak properties.
(https://codereview.chromium.org/2041413005)
## 1.17.0 - 2016-06-08
### Core library changes