Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index d100f4438aa0d1a5e94a02cdadae18cde0b6ff8e..0243441e1cbc618683dfd20ecbf087f01fff41b8 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -4,7 +4,7 @@ |
| * `dart:async` |
| * Added `Future.any` static method. |
| * Added `Stream.fromFutures` constructor. |
| - |
| + |
| * `dart:convert` |
| * `Base64Decoder.convert` now takes optional `start` and `end` parameters. |
| @@ -63,6 +63,22 @@ |
| * Fixed a crashing bug when a pubspec contains a dependency without a source |
| declared. |
| +## 1.13.2 - 2016-01-06 |
| + |
| +Patch release, resolves one issues: |
| + |
| +* dart2js: Stack traces are not captured correctly (SDK issue [25235](https://github.com/dart-lang/sdk/issues/25235)) |
| + |
| +## 1.13.1 - 2015-12-17 |
| + |
| +Patch release, resolves three issues: |
| + |
| +* VM type propagation fix: Resolves a potential crash in the Dart VM (SDK commit [dff13be](https://github.com/dart-lang/sdk/commit/dff13bef8de104d33b04820136da2d80f3c835d7)) |
| + |
| +* dart2js crash fix: Resolves a crash in pkg/js and dart2js (SDK issue [24974](https://github.com/dart-lang/sdk/issues/24974)) |
| + |
| +* Pub get crash on ARM: Fixes a crash triggered when running 'pub get' on ARM processors such as those on a Raspberry Pi (SDK issue [24855](https://github.com/dart-lang/sdk/issues/24855)) |
|
Bill Hesse
2016/01/11 17:55:13
Long lines, beyond those required by the links.
|
| + |
| ## 1.13.0 - 2015-11-18 |
| ### Core library changes |