v2.4.3
authorKenneth Reitz <me@kennethreitz.com>
Mon, 6 Oct 2014 09:42:55 +0000 (05:42 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Mon, 6 Oct 2014 09:42:55 +0000 (05:42 -0400)
HISTORY.rst

index f470b816b211fbade6ca9d9d7101aa7f44b08113..0d0d216d5505a3ef879c63a0a54fb2c9044d1900 100644 (file)
@@ -3,6 +3,16 @@
 Release History
 ---------------
 
+2.4.3 (2014-10-06)
+++++++++++++++++++
+
+**Bugfixes**
+
+- Unicode URL improvements for Python 2.
+- Re-order JSON param for backwards compat.
+- Automatically defrag authentication schemes from host/pass URIs. (`#2249 <https://github.com/kennethreitz/requests/issues/2249>`_)
+
+
 2.4.2 (2014-10-05)
 ++++++++++++++++++
 
@@ -15,7 +25,6 @@ Release History
 
 - 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**