From: Cory Benfield Date: Thu, 12 Dec 2013 16:21:04 +0000 (+0000) Subject: Fixup changelog with missing breaking change. X-Git-Tag: v2.2.0~8^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=456c42b00d15c1ffb7fe610e4dad9164ab3eb6f0;p=services%2Fpython-requests.git Fixup changelog with missing breaking change. --- diff --git a/HISTORY.rst b/HISTORY.rst index 601ba58..f27ce33 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,7 @@ Release History ++++++++++++++++++ - Updated CA Bundle, of course. +- Cookies set on individual Requests through a ``Session`` (e.g. via ``Session.get()``) are no longer persisted to the ``Session``. - Clean up connections when we hit problems during chunked upload, rather than leaking them. - Return connections to the pool when a chunked upload is successful, rather than leaking it. - Match the HTTPbis recommendation for HTTP 301 redirects.