summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHiroki Ohtani <liris.pp@gmail.com>2018-05-27 13:57:56 +0900
committerHiroki Ohtani <liris.pp@gmail.com>2018-05-27 13:57:56 +0900
commit65d99ba2bd468af22253a0c7524971cbab260e84 (patch)
tree5c53220daab2bb105b2c7c8a3a64eea23540b25c /ChangeLog
parent3f1f1fd4871e17676ff9f7676a29701f960316c9 (diff)
downloadwebsocket-client-65d99ba2bd468af22253a0c7524971cbab260e84.tar.gz
release for 0.48.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4483d1..652d781 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,17 @@
ChangeLog
============
+- 0.48.0
+
+ - Add NullHandler to logger to fix python 2 issue. (#400)
+ - Fix the issue that websocket status message may not present (#403)
+ - Socket error not raised in nested try except in python2 (#408)
+ - Load system default certificates if none are given (#415)
+ - Fix waiting forever on ping/pong timeout (#411)
+ - socks5 via pysocks support (#417)
+ - v0.47.0 breaks ability to stop stream with `run_forever` (#410)
+ - _http.py: fix windows proxy error due to socktype (#427)
+
- 0.47.0
- Fix socket constructor in _open_socket to use all relevant variables from getaddrinfo. (#383)