This commit is contained in:
Sean McArthur
2019-12-03 11:32:44 -08:00
parent 881832cde9
commit 13e0f17a03
3 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
# 0.2.0 (December 3, 2019)
* Add `server::Connection::set_initial_window_size` and `client::Connection::set_initial_window_size` which can adjust the `INITIAL_WINDOW_SIZE` setting on an existing connection (#421).
* Update to `http` v0.2.
* Update to `tokio` v0.2.
* Change `unstable-stream` feature to `stream`.
* Change `ReserveCapacity` to `FlowControl` (#423).
* Remove `From<io::Error>` for `Error`.
# 0.2.0-alpha.3 (October 1, 2019)
* Update to futures `0.3.0-alpha.19`.