1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

prepare actix-web-actors release

This commit is contained in:
Nikolay Kim
2019-06-28 10:54:23 +06:00
parent 768859513a
commit 596483ff55
3 changed files with 14 additions and 6 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [1.0.1] - 2019-06-28
* Allow to use custom ws codec with `WebsocketContext` #925
## [1.0.0] - 2019-05-29
* Update actix-http and actix-web