From: Kenneth Reitz Date: Sat, 21 Jan 2012 12:47:46 +0000 (-0500) Subject: history X-Git-Tag: v0.10.0~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a3fb5ac326549081f469f35fe1e4d843ff0ab390;p=services%2Fpython-requests.git history --- diff --git a/HISTORY.rst b/HISTORY.rst index 236ff65..799e5b7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,11 +4,12 @@ History 0.10.0 +++++++ -* Default to ISO-8859-1 (Western) encoding for "text" +* ``Response.content`` is now bytes-only. +* New ``Response.text`` is unicode-only. +* Removal of `decode_unicode` +* Default to ISO-8859-1 (Western) encoding for "text" subtypes * New multiple-hooks system. -* Response.register_hook. - - +* New ``Response.register_hook`` for registering hooks within the pipeline. 0.9.3 (2012-01-18) ++++++++++++++++++