This commit is contained in:
Sean McArthur
2019-03-12 17:42:22 -07:00
parent 492f4e7f11
commit 8e809c3e0c
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
# 0.1.17 (March 12, 2019)
* Add user PING support (#346).
* Fix notifying a `RecvStream` task if locally sending a reset.
* Fix connections "hanging" when all handles are dropped but some streams had been reset.
# 0.1.16 (January 24, 2019)
* Log header values when malformed (#342).