packages feed

wai 3.2.0 → 3.2.0.1

raw patch · 2 files changed

+15/−1 lines, 2 files

Files

ChangeLog.md view
@@ -1,3 +1,17 @@+## 3.2.0.1++* Add missing changelog entry++## 3.2.0++* Major version up due to breaking changes. We chose 3.2.0, not 3.1.0+  for consistency with Warp 3.2.0.+* The Network.Wai.HTTP2 module was removed.+* tryGetFileSize, hContentRange, hAcceptRanges, contentRangeHeader and+  chooseFilePart, adjustForFilePart and parseByteRanges were removed+  from the Network.Wai.Internal module.+* New fields for Request:  requestHeaderReferer and requestHeaderUserAgent.+ ## 3.0.5.0  * Avoid using the IsString Builder instance
wai.cabal view
@@ -1,5 +1,5 @@ Name:                wai-Version:             3.2.0+Version:             3.2.0.1 Synopsis:            Web Application Interface. Description:         Provides a common protocol for communication between web applications and web servers. description:         API docs and the README are available at <http://www.stackage.org/package/wai>.