From: Kenneth Reitz Date: Sat, 25 Aug 2012 15:07:13 +0000 (-0400) Subject: Remove exception eating from dispatch_hook. X-Git-Tag: v0.13.9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1be2a55a39b0738c7e07f3bd356306de2683f04e;p=services%2Fpython-requests.git Remove exception eating from dispatch_hook. --- diff --git a/HISTORY.rst b/HISTORY.rst index f1751ee..ccd2dcb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,6 +7,7 @@ History +++++++++++++++++++ - Fix for OAuth + POSTs +- Remove exception eating from dispatch_hook. - General bugfixes 0.13.8 (2012-08-21)