From: Kenneth Reitz Date: Wed, 15 Feb 2012 08:14:48 +0000 (-0500) Subject: history X-Git-Tag: v0.10.2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e2696b385399ccda20c768dc485f38b4b44cdac;p=services%2Fpython-requests.git history --- diff --git a/HISTORY.rst b/HISTORY.rst index 358987a..1be2fb9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,6 +10,7 @@ History * Replace unicode errors on first pass, no need for second pass. * Append '/' to bare-domain urls before query insertion. * Exceptions now inherit from RuntimeError. +* Binary uploads + auth fix. * Bugfixes.