http-streams-0.8.3.2: CHANGELOG.markdown
* _v0.8.3_
A pure version of `buildRequest` is now available as `buildRequest1`.
Support for connecting to Unix domain sockets has been added.
* _v0.7.0_
The Request, Response, Headers, and RequestBuilder types have been
factored out and moved to **http-common**. They are still exported
by **http-streams**.
* _v0.6.0_
Entity body lengths (both for Requests and Responses) now Int64.
Library depends on **io-streams** 1.1.
* _v0.5.0_
Definition of Hostname and Port have been changed to ByteString
and Word16, respectively.
* _v0.4.0_
Type signature of `buildRequest` changed, removing the Connection
parameter. This allows you to construct Request objects before
opening a connection to the web server if you wish.
* _v0.3.1_
Initial public release