Update changelog with stable patch 1.18.1

BUG=
R=mit@google.com

Review URL: https://codereview.chromium.org/2202923004 .
This commit is contained in:
William Hesse 2016-08-03 13:33:41 +02:00
parent 77590f5ab1
commit 17536f15f7

View file

@ -41,7 +41,20 @@
[Flutter]: https://flutter.io/
## 1.18.0
## 1.18.1 - 2016-08-02
Patch release, resolves two issues and improves performance:
* Debugger: Fixes a bug that crashes the VM
(SDK issue [26941](https://github.com/dart-lang/sdk/issues/26941))
* VM: Fixes an optimizer bug involving closures, try, and await
(SDK issue [26948](https://github.com/dart-lang/sdk/issues/26948))
* Dart2js: Speeds up generated code on Firefox
(https://codereview.chromium.org/2180533002)
## 1.18.0 - 2016-07-27
### Core library changes