--------------------- - Fix issue where errors from a request aren't getting raised.
2.1.1
--------------------- - Fix duplicate Content-Length request headers when body is not empty. Twisted already takes care of this.
2.1.0
--------------------- - Add reason to fido.Response
2.0.1
--------------------- - Don't schedule a timer cancelation when the timeout is None
2.0.0
--------------------- - Default timeout in fido.fetch(..) has changed from 1s to None (wait indefinitely). This will change the behavior of existing code that doesn't pass in a timeout explicitly.
1.1.4
--------------------- - Add support for connect_timeout - Add CHANGELOG