full changelog
This commit is contained in:
parent
bf1ad66b56
commit
2f2295ed5a
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
# 2.0.4
|
# 2.0.4
|
||||||
* Prepare for Dart SDK change to `Stream<List<int>>` that are now
|
* Prepare for Dart SDK change to `Stream<List<int>>` that are now
|
||||||
`Stream<Uint8List>`.
|
`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
|
# 2.0.3
|
||||||
* Patch up a bug caused by an upstream change to Dart's stream semantics.
|
* Patch up a bug caused by an upstream change to Dart's stream semantics.
|
||||||
|
|
Loading…
Reference in a new issue