From efb4af01271c8c0ddf49457c7096a5bc91edbdad Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 29 Apr 2016 18:11:49 -0400 Subject: [PATCH] v2.10.0 --- HISTORY.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 6d753a29..0eec48db 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,17 @@ Release History --------------- +2.10.0 (04-29-2016) ++++++++++++++++++++ + +**New Features** + +- SOCKS Proxy Support! (requires PySocks; $ pip install requests[socks]) + +**Miscellaneous** + +- Updated bundled urllib3 to 1.15.1. + 2.9.2 (04-29-2016) ++++++++++++++++++