1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

remove unneeded static

This commit is contained in:
Nikolay Kim
2019-04-04 10:04:19 -07:00
parent 629ed05f82
commit 810fa869ae
3 changed files with 12 additions and 5 deletions

View File

@ -1,9 +1,16 @@
# Changes
## [0.3.5] - 2019-04-04
### Added
* Allow to send messages to `FramedTransport` via mpsc channel.
### Changed
* Remove 'static constraint from Clonable service
## [0.3.4] - 2019-03-12