| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 56bddf5692ac9247e4fafebb5b30133ca425ac69..3c62bf55dc1f4b44847441285af20478045d97b1 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -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
|
|
|
|
|