Skip to content

Commit

Permalink
v2.4.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Aug 29, 2014
1 parent 1fcda91 commit 95161ed
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,21 @@
Release History
---------------

2.3.1 (?)
+++++++++
2.4.0 (2014-08-29)
++++++++++++++++++

**Behavioral Changes**

- ``Connection: keep-alive`` header is now sent automatically.

**Improvements**

- Support for connect timeouts! Timeout now accepts a tuple (connect, read) which is used to set individual connect and read timeouts.
- Allow copying of PreparedRequests without headers/cookies.
- Updated bundled urllib3 version.
- Refactored settings loading from environment — new `Session.merge_environment_settings`.
- Handle socket errors in iter_content.

- Allow copying of PreparedRequests without headers/cookies

2.3.0 (2014-05-16)
++++++++++++++++++
Expand Down

0 comments on commit 95161ed

Please sign in to comment.