1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

Add websockets continuation frame support

This commit is contained in:
Nikolay Kim
2019-12-12 14:06:54 +06:00
parent 4a1695f719
commit b4b3350b3e
7 changed files with 269 additions and 68 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [1.0.0] - 2019-12-xx
### Added
* Add websockets continuation frame support
## [1.0.0-alpha.5] - 2019-12-09
### Fixed