changelog.

This commit is contained in:
Kazu Yamamoto 2019-06-24 16:01:35 +09:00
parent 6f77eb663e
commit 8f9662b4a1

View File

@ -1,3 +1,10 @@
## 3.3.0
* Switching from the original implementation to HTTP/2 server library.
[#752](https://github.com/yesodweb/wai/pull/752)
* Breaking change: The type of `http2dataTrailers` is now
`HTTP2Data -> TrailersMaker`.
## 3.2.28
* Using the Strict and StrictData language extensions for GHC >8.