summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-04-15 17:29:26 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-04-15 17:29:26 -0400
commitfec0d1a9a09e60bd4da70765095a42f56d337f28 (patch)
tree65e12c373eab39f8331fa795c3c11d3ddae286cc
parent642c667566f3c0eca98b947f2b2aa45a74e3ed06 (diff)
downloadpython-requests-0.3.2.tar.gz
history changesv0.3.2
-rw-r--r--HISTORY.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index c0b00d69..d1dc02c7 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,11 +1,18 @@
History
-------
+0.3.2 (2011-04-15)
+++++++++++++++++++
+
+* Automatic Decompression of GZip Encoded Content
+* AutoAuth Support for Tupled HTTP Auth
+
+
0.3.1 (2011-04-01)
++++++++++++++++++
* Cookie Changes
-* Response.read()
+* Response.read()
* Poster fix