Updated CHANGES
This commit is contained in:
parent
77a8e72c1f
commit
a84f2f40bb
2 changed files with 3 additions and 7 deletions
|
|
@ -1,13 +1,14 @@
|
|||
0.4
|
||||
---
|
||||
- Added support for server-side callbacks thanks to Zac Lee
|
||||
- Added low-level _SocketIO to remove cyclic references
|
||||
- Merged Channel functionality into BaseNamespace thanks to Alexandre Bourget
|
||||
- Added support for unicode thanks to Zac Lee
|
||||
|
||||
0.3
|
||||
---
|
||||
- Added support for secure connections
|
||||
- Added socketIO.wait()
|
||||
- Improved exception handling in heartbeatThread and namespaceThread
|
||||
- Improved exception handling in _RhythmicThread and _ListenerThread
|
||||
|
||||
0.2
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,12 +1,7 @@
|
|||
= Resolve pull requests
|
||||
+ Resolve pull request #6
|
||||
+ Add unit test for handling server callback
|
||||
+ Use json with ensure_ascii=False
|
||||
+ Add emit with callback in serve_tests
|
||||
Resolve issues
|
||||
Investigate issue #8
|
||||
Examine forks
|
||||
Integrate Zac's fork #6
|
||||
Integrate Sajal's fork #7
|
||||
Integrate Francis's fork #10
|
||||
Integrate Paul's fork
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue