This commit is contained in:
Sean McArthur
2019-06-04 19:11:10 -07:00
parent 611e1ca010
commit 8974fcd9ff
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
# 0.1.23 (June 4, 2019)
* Fix leaking of received DATA frames if the `RecvStream` is never polled (#368).
# 0.1.22 (June 3, 2019)
* Fix rare panic when remote sends `RST_STREAM` or `GOAWAY` for a stream pending window capacity (#364).