mirror of https://github.com/fafhrd91/actix-web
changelog
This commit is contained in:
parent
4099389b2a
commit
65010a6cb9
|
@ -1,11 +1,15 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
### Changed
|
||||||
|
- `middleware::Condition` gained a broader compatiblity; It no longer requires `Compat`. [#2635]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Implement `Responder` for `Vec<u8>`. [#2625]
|
- Implement `Responder` for `Vec<u8>`. [#2625]
|
||||||
- Re-export `KeepAlive` in `http` mod. [#2625]
|
- Re-export `KeepAlive` in `http` mod. [#2625]
|
||||||
|
|
||||||
[#2625]: https://github.com/actix/actix-web/pull/2625
|
[#2625]: https://github.com/actix/actix-web/pull/2625
|
||||||
|
[#2635]: https://github.com/actix/actix-web/pull/2635
|
||||||
|
|
||||||
|
|
||||||
## 4.0.0-rc.2 - 2022-02-02
|
## 4.0.0-rc.2 - 2022-02-02
|
||||||
|
|
Loading…
Reference in New Issue