summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorliris <liris.pp@gmail.com>2016-05-10 08:57:38 +0900
committerliris <liris.pp@gmail.com>2016-05-10 08:57:38 +0900
commite24ea6f066a78366878cc45e638360744cdf628d (patch)
tree46e1e5df4124f814587daec4e71d5a6a6c64fd3c /ChangeLog
parent1fe78dc5c03f6c30aec88e8b3777e82c06b9347c (diff)
downloadwebsocket-client-e24ea6f066a78366878cc45e638360744cdf628d.tar.gz
add document
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5b9592..20972d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
ChangeLog
============
+- 0.38.0
+ - Exclude port 443 from host http header (#248)
+ - Cleanup code (#249)
+ - Modify a code block directive in README (#250)
+
- 0.37.0
- fixed failure that `websocket.create_connection` does not accept `origin` as a parameter (#246 )