full changelog

This commit is contained in:
Tobe O 2019-07-08 20:22:09 -04:00
parent bf1ad66b56
commit 2f2295ed5a

View file

@ -1,6 +1,8 @@
# 2.0.4
* Prepare for Dart SDK change to `Stream<List<int>>` that are now
`Stream<Uint8List>`.
* Accept any content type if accept header is missing. See
[this PR](https://github.com/angel-dart/framework/pull/239).
# 2.0.3
* Patch up a bug caused by an upstream change to Dart's stream semantics.