Kevin/Bill, there was a good suggestion in #25374 that we should maintain the changelog even for SDK patch releases. I think that is a good idea. I went back and added entries for 1.13.1 and 1.13.2. What do you think?

Fixes #25374

R=kevmoo@google.com

Review URL: https://codereview.chromium.org/1573163002 .
This commit is contained in:
Michael Thomsen 2016-01-12 11:09:23 +01:00
parent d8a9f8dfd7
commit 1bf4ee0841

View file

@ -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.
@ -68,6 +68,28 @@
* 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))
## 1.13.0 - 2015-11-18
### Core library changes