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

Added ws::Message::Nop, no-op websockets message

This commit is contained in:
Nikolay Kim
2019-03-29 18:22:49 -07:00
parent c126713f40
commit 3220777ff9
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,10 @@
# Changes
## [0.1.0-alpha.2] - 2019-xx-xx
## [0.1.0-alpha.2] - 2019-03-29
### Added
* Added ws::Message::Nop, no-op websockets message
### Changed