summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorHiroki Ohtani <liris.pp@gmail.com>2017-12-09 16:06:06 +0900
committerHiroki Ohtani <liris.pp@gmail.com>2017-12-09 16:06:06 +0900
commitc16da385f4ce46d3201f9df781250d8230ba2d08 (patch)
tree173c39f863db47c64a08db77b194a1886527d5c1 /ChangeLog
parentbe1e1cdb26f11290f5caea8d725d8d4de2f8449e (diff)
downloadwebsocket-client-c16da385f4ce46d3201f9df781250d8230ba2d08.tar.gz
fixed #352 : add document
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cce3e7..ef0f8b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@ ChangeLog
- 0.45.0
+ - Wrap socket.gaierror with subclass of WebsocketException (#352)
- Resolve a proxy issue and a connection error (#345)
- Allow empty Host header value (#369)
- Fix undefined variable (#347)