summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAllan Lewis <allanlewis@users.noreply.github.com>2016-04-27 11:51:34 +0100
committerAllan Lewis <allanlewis@users.noreply.github.com>2016-04-27 11:51:34 +0100
commit3b757ac3e2fddde7db2622a161aaeae36d916ec3 (patch)
treecb2caf20cf5848cd0bb8fbadb0dafc081c39ad1f /ChangeLog
parentc47b0af0ae0e299b522bf139a0e1d9ddaac24a9f (diff)
downloadwebsocket-client-3b757ac3e2fddde7db2622a161aaeae36d916ec3.tar.gz
ChangeLog, _abnf, _logging: Corect typos
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c3141fc..d5b9592 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ ChangeLog
============
- 0.37.0
- - fixed fialer that `websocket.create_connection` does not accept `origin` as a parameter (#246 )
+ - fixed failure that `websocket.create_connection` does not accept `origin` as a parameter (#246 )
- 0.36.0
- added support for using custom connection class (#235)
@@ -90,7 +90,7 @@ ChangeLog
- 0.24.0
- Supporting http-basic auth in WebSocketApp (#143)
- - fix failer of test.testInternalRecvStrict(#141)
+ - fix failure of test.testInternalRecvStrict(#141)
- skip utf8 validation by skip_utf8_validation argument (#137)
- WebsocketProxyException will be raised if we got error about proxy.(#138)