mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-26 06:57:43 +02:00
Rename factory to handler (#1852)
This commit is contained in:
@ -3,13 +3,13 @@
|
||||
## Unreleased - 2020-xx-xx
|
||||
### Changed
|
||||
* Bumped `rand` to `0.8`
|
||||
* Rename `Handler` to `HandlerService` and rename `Factory` to `Handler`. [#1852]
|
||||
|
||||
### Fixed
|
||||
* added the actual parsing error to `test::read_body_json` [#1812]
|
||||
|
||||
[#1812]: https://github.com/actix/actix-web/pull/1812
|
||||
|
||||
|
||||
[#1852]: https://github.com/actix/actix-web/pull/1852
|
||||
|
||||
## 3.3.2 - 2020-12-01
|
||||
### Fixed
|
||||
|
Reference in New Issue
Block a user