summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-05-04 21:33:13 -0400
committerengn33r <engn33r@users.noreply.github.com>2021-05-04 21:33:13 -0400
commit8f072582d4bc21bb19fb4adee55a305da12790c1 (patch)
tree47e3d11415b75139fd7cce3ef330204a438e254a /ChangeLog
parent5d54a56f89ad845f202245cf762916fa15a97ab5 (diff)
downloadwebsocket-client-python2.tar.gz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b7d84a..17a647a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
ChangeLog
============
+- 0.59.0
+
+ - Last main release to support Python 2
+ - Fix Python 2 urlparse scheme (#332)
+ - Add support for headers with multiple values (#627)
+ - Add debug support for reserved custom status codes (#639)
+ - Allow multiple Set-Cookie: headers (#649)
+ - Simplified cookie sorting (#662)
+ - Add no_proxy support (#671)
+ - Add Host header to HTTP proxy request (#677)
+ - Improve PEP8 style compliance (dc3f5c4)
+
- 0.58.0
- Fix README typos (#659)