From: Kenneth Reitz Date: Sun, 22 Jan 2012 04:03:07 +0000 (-0500) Subject: Beautiful history. X-Git-Tag: v0.10.0~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=497695864b4866ba688c06ad4987560db81a617e;p=services%2Fpython-requests.git Beautiful history. --- diff --git a/HISTORY.rst b/HISTORY.rst index 799e5b7..0816f32 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,7 @@ History * ``Response.content`` is now bytes-only. * New ``Response.text`` is unicode-only. +* If no ``Response.encoding`` is specified and ``chardet`` is available, ``Respoonse.text`` will guess an encoding. * Removal of `decode_unicode` * Default to ISO-8859-1 (Western) encoding for "text" subtypes * New multiple-hooks system.