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

rename .p to a .filter

This commit is contained in:
Nikolay Kim
2018-03-01 18:32:31 -08:00
parent 5b6d7cddbf
commit 4e13505b92
5 changed files with 23 additions and 15 deletions

View File

@ -2,6 +2,8 @@
## 0.4.1 (2018-03-01)
* Rename `Route::p()` to `Route::filter()`
* Fix payload parse in situation when socket data is not ready.
* Fix Session mutable borrow lifetime #87