This commit is contained in:
Sean McArthur
2018-12-05 09:54:33 -08:00
parent c7d4182ffe
commit 61adb3570e
4 changed files with 12 additions and 8 deletions

View File

@@ -1,3 +1,10 @@
# 0.1.14 (December 5, 2018)
* Fix closed streams to always return window capacity to the connection (#334).
* Fix locking when `Debug` printing an `OpaqueStreamRef` (#333).
* Fix inverted split for DATA frame padding (#330).
* Reduce `Debug` noise for `Frame` (#329).
# 0.1.13 (October 16, 2018)
* Add client support for Push Promises (#314).