summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2014-10-06 05:42:55 -0400
committerKenneth Reitz <me@kennethreitz.com>2014-10-06 05:42:55 -0400
commit78d12bbbe9a1a5ddf0a50aa793dc0579798ff7bd (patch)
treed39c138b931983a4497d05ad0ed3de7aa9ff4238
parent6da438dabd6f5aeed23f77fd663d4092506ec8b3 (diff)
downloadpython-requests-78d12bbbe9a1a5ddf0a50aa793dc0579798ff7bd.tar.gz
v2.4.3
-rw-r--r--HISTORY.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index f470b816..0d0d216d 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -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**