diff options
author | liris <liris.pp@gmail.com> | 2014-04-25 12:29:37 +0900 |
---|---|---|
committer | liris <liris.pp@gmail.com> | 2014-04-25 12:29:37 +0900 |
commit | fd95aabd706b93b3b8862a9ae0cc1cc3c656d04c (patch) | |
tree | e1889ab8f9bf834ce83095961178de37baf02854 /README.rst | |
parent | e197939d13361706a6773c64bdc451cf59e49189 (diff) | |
download | websocket-client-old_py3.tar.gz |
- fixed #80v0.13.1-py3py3old_py3
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -127,6 +127,11 @@ example:: ChangeLog ============ + +- v0.13.1 + + - fix backword compatibility for WebSocketApp on Python 3(ISSUE#80) + - v0.13.0 - MemoryError when receiving large amount of data (~60 MB) at once(ISSUE#59) |