summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorliris <liris.pp@gmail.com>2014-04-25 12:29:37 +0900
committerliris <liris.pp@gmail.com>2014-04-25 12:29:37 +0900
commitfd95aabd706b93b3b8862a9ae0cc1cc3c656d04c (patch)
treee1889ab8f9bf834ce83095961178de37baf02854 /README.rst
parente197939d13361706a6773c64bdc451cf59e49189 (diff)
downloadwebsocket-client-old_py3.tar.gz
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 5792a36..966645c 100644
--- a/README.rst
+++ b/README.rst
@@ -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)