From d4aa2de2bb89ca384ad81db731bb99735e1db788 Mon Sep 17 00:00:00 2001 From: SVN-Git Migration Date: Thu, 8 Oct 2015 13:41:23 -0700 Subject: Imported Upstream version 0.12.1 --- HISTORY.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'HISTORY.rst') diff --git a/HISTORY.rst b/HISTORY.rst index 153cbb5..8b39235 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,27 @@ History ------- +0.12.1 (2012-05-08) ++++++++++++++++++++ + +- New ``Response.json`` property +- Ability to add string file uploads +- Fix out-of-range issue with iter_lines +- Fix iter_content default size +- Fix POST redirects containing files + +0.12.0 (2012-05-02) ++++++++++++++++++++ + +- EXPERIMENTAL OAUTH SUPPORT! +- Proper CookieJar-backed cookies interface with awesome dict-like interface. +- Speed fix for non-iterated content chunks. +- Move ``pre_request`` to a more usable place. +- New ``pre_send`` hook. +- Lazily encode data, params, files +- Load system Certificate Bundle if ``certify`` isn't available. +- Cleanups, fixes. + 0.11.2 (2012-04-22) +++++++++++++++++++ -- cgit v1.2.3