This commit is contained in:
Sean McArthur
2021-09-30 11:28:36 -07:00
parent fc73fc987f
commit 8520f06f93
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
# 0.3.6 (September 30, 2021)
* Fix regression of `h2::Error` that were created via `From<h2::Reason>` not returning their reason code in `Error::reason()`.
# 0.3.5 (September 29, 2021)
* Fix sending of very large headers. Previously when a single header was too big to fit in a single `HEADERS` frame, an error was returned. Now it is broken up and sent correctly.