aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:41:22 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:41:22 -0700
commit3a4ef8165fb2951781a7bcc4189e90faf26caf2d (patch)
tree5223d80835a57dad6b7b6e0c37f689441ccb4e1e /HISTORY.rst
parent40337989ba5056432c9f2af3c42267e5ee9e3e18 (diff)
downloadpython-requests-3a4ef8165fb2951781a7bcc4189e90faf26caf2d.tar
python-requests-3a4ef8165fb2951781a7bcc4189e90faf26caf2d.tar.gz
Imported Upstream version 0.11.2
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index e73903d..153cbb5 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,17 @@
+.. :changelog:
+
History
-------
+0.11.2 (2012-04-22)
++++++++++++++++++++
+
+- Attempt to use the OS's certificate bundle if ``certifi`` isn't available.
+- Infinite digest auth redirect fix
+- Multi-part file upload improvements
+- Fix decoding of invalid %encodings in URLs
+- If there is no content in a response don't throw an error the second time that content is attempted to be read.
+- Upload data on redirects.
0.11.1 (2012-03-30)
+++++++++++++++++++