v0.2.0-alpha.2

This commit is contained in:
Sean McArthur
2019-09-20 13:46:06 -07:00
parent b4c129c99d
commit b534a7888a
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
# 0.2.0-alpha.2 (September 20, 2019)
* Add server support for `PUSH_PROMISE`s (#327).
* Update to tokio `0.2.0-alpha.5`.
* Change `stream` feature to `unstable-stream`.
# 0.2.0-alpha.1 (August 30, 2019)
* Update from `futures` 0.1 to `std::future::Future`.