summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst26
1 files changed, 21 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 9b060e11..8d922a42 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,21 +1,37 @@
Changes
=======
+1.10.4 (2015-05-03)
++++++++++++++++++++
+
+* Migrate tests to Tornado 4. (Issue #594)
+
+* Append default warning configuration rather than overwrite.
+ (Issue #603)
+
+* Fix streaming decoding regression. (Issue #595)
+
+* Fix chunked requests losing state across keep-alive connections.
+ (Issue #599)
+
+* Fix hanging when chunked HEAD response has no body. (Issue #605)
+
+
1.10.3 (2015-04-21)
+++++++++++++++++++
* Emit ``InsecurePlatformWarning`` when SSLContext object is missing.
(Issue #558)
-
+
* Fix regression of duplicate header keys being discarded.
(Issue #563)
-
+
* ``Response.stream()`` returns a generator for chunked responses.
(Issue #560)
-
+
* Set upper-bound timeout when waiting for a socket in PyOpenSSL.
(Issue #585)
-
+
* Work on platforms without `ssl` module for plain HTTP requests.
(Issue #587)
@@ -89,7 +105,7 @@ Changes
* Fixed packaging issues of some development-related files not
getting included. (Issue #440)
-
+
* Allow performing *only* fingerprint verification. (Issue #444)
* Emit ``SecurityWarning`` if system clock is waaay off. (Issue #445)