Skip to content

Commit 5c6288d

Browse files
committed
Added a note about changes to the message format.
1 parent eb4d098 commit 5c6288d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ The features provided by django-socketio are:
2424
* The required views, urlpatterns, templatetags and tests for all
2525
the above
2626

27+
Upgrading
28+
=========
29+
30+
Prior to version 0.3, the message argument sent to each of the event
31+
handlers was always a Python list, regardless of the data type that
32+
was used for sending data. As of 0.3, the message argument matches the
33+
data type being sent via JavaScript.
34+
2735
Installation
2836
============
2937

0 commit comments

Comments
 (0)