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

impl HttpHandler for Box<HttpHandler> and add helper method Application::boxed() #49

This commit is contained in:
Nikolay Kim
2018-01-13 18:58:17 -08:00
parent 2b0f3d2a9a
commit 927a92fcac
5 changed files with 52 additions and 5 deletions

View File

@ -1,5 +1,10 @@
# Changes
## 0.3.2 (2018-01-xx)
* Can't have multiple Applications on a single server with different state #49
## 0.3.1 (2018-01-13)
* Fix directory entry path #47