Conflicts:
AUTHORS
HISTORY.rst
requests/api.py
requests/core.py
requests/models.py
test_requests.py
- Shrikant Sharat Kandula
- Mikko Ohtamaa
- Den Shabalin
+- Alejandro Giacometti
+- Rick Mak
+- Johan Bergström
+- Josselin Jacquard
+- Michael Van Veen <michael@mvanveen.net>
+- Mike Waldner
+- Serge Domkowski
+ - Daniel Miller <danielm@vs-networks.com>
History
-------
++0.7.0 (??)
++++++++++++
++
+* Automatic decoding of unicode, based on HTTP Headers.
+* New ``decode_unicode`` setting
+* Removal of ``r.read/close`` methods
+* New ``r.fo`` interface for advanced response usage.*
+* Automatic expansion of parameterized headers
+* Turn off Redirects for GET/HEAD requests
+* Fix for Python Pre-2.7 URL quoting (http://bugs.python.org/issue918368)
+* New ``r.iter_content`` method
+
+
+ 0.6.2 (2011-10-09)
+ ++++++++++++++++++
+
+ * GET/HEAD obeys follow_redirect=False
+
+
0.6.1 (2011-08-20)
++++++++++++++++++