http-pony-0.1.0.5: ChangeLog.md
# Revision history for http-pony
## 0.1.0.0 -- 2016-09-22
* First version. Released on an unsuspecting world.
## 0.1.0.3 -- 2016-09-24
* Add MonadSafe type for m, this enables resource safe request / response pipes.
## 0.1.0.4 -- 2016-10-15
* Gives the response producer a way, sending an empty bytestring, to explicitly shutdown the socket and return the control back to the producer.
## 0.1.0.5 -- 2016-10-16
* Handle the exception raised by trying to shutdown an already closed socket.