Skip to content

Commit

Permalink
Update changelog with non-backwards compatible functional change to t…
Browse files Browse the repository at this point in the history
…he timeout in HTTPFuture
  • Loading branch information
Semir Patel committed Aug 3, 2015
1 parent 6f14835 commit c5340be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
2.2.0 (2015-XX-XX)
3.0.0 (2015-XX-XX)
---------------------
- Support passing in connect_timeout and timeout via _request_options to the Fido and Requests clients
- Timeout in HTTPFuture now defaults to None (wait indefinitely) instead of 5s. You should make sure
any calls to http_future.result(..) without a timeout are updated accordingly.

2.1.0 (2015-07-20)
---------------------
Expand Down

0 comments on commit c5340be

Please sign in to comment.