diff options
Diffstat (limited to 'HISTORY.rst')
-rw-r--r-- | HISTORY.rst | 21 |
1 files changed, 21 insertions, 0 deletions
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) +++++++++++++++++++ |