1
0
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:
Ibraheem Ahmed
2020-12-26 16:46:19 -05:00
committed by GitHub
parent 1032f04ded
commit cbda928a33
6 changed files with 69 additions and 64 deletions

View File

@ -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