summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2014-10-05 13:13:42 -0400
committerKenneth Reitz <me@kennethreitz.com>2014-10-05 13:13:42 -0400
commit90dc467fc0b1f4f1b7472acb5708e3017a53fa70 (patch)
tree56f8aee89c45773ac67f5cd034bf8e98e26c9f04
parent65cdccb70f79443b868853c5543e65b2610452f7 (diff)
downloadpython-requests-90dc467fc0b1f4f1b7472acb5708e3017a53fa70.tar.gz
v2.4.2 changelog
-rw-r--r--HISTORY.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 2e4a8075..f470b816 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -3,6 +3,28 @@
Release History
---------------
+2.4.2 (2014-10-05)
+++++++++++++++++++
+
+**Improvements**
+
+- FINALLY! Add json parameter for uploads! (`#2258 <https://github.com/kennethreitz/requests/pull/2258>`_)
+- Support for bytestring URLs on Python 3.x (`#2238 <https://github.com/kennethreitz/requests/pull/2238>`_)
+
+**Bugfixes**
+
+- Avoid getting stuck in a loop (`#2244 <https://github.com/kennethreitz/requests/pull/2244>`_)
+- Multiple calls to iter* fail with unhelpful error. (`#2240 <https://github.com/kennethreitz/requests/issues/2240>`_, `#2241 <https://github.com/kennethreitz/requests/issues/2241>`_)
+- Automatically defrag authentication schemes from host/pass URIs. (`#2249 <https://github.com/kennethreitz/requests/issues/2249>`_)
+
+**Documentation**
+
+- Correct redirection introduction (`#2245 <https://github.com/kennethreitz/requests/pull/2245/>`_)
+- Added example of how to send multiple files in one request. (`#2227 <https://github.com/kennethreitz/requests/pull/2227/>`_)
+- Clarify how to pass a custom set of CAs (`#2248 <https://github.com/kennethreitz/requests/pull/2248/>`_)
+
+
+
2.4.1 (2014-09-09)
++++++++++++++++++