mirror of https://github.com/fafhrd91/actix-web
Revert CHANGES.md
This commit is contained in:
parent
58fd9e149e
commit
74f14a906e
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
- Minimum supported Rust version (MSRV) is now 1.59.
|
- Minimum supported Rust version (MSRV) is now 1.59.
|
||||||
- Update `base64` to `0.21`.
|
|
||||||
|
|
||||||
|
|
||||||
## 3.0.0 - 2022-07-24
|
## 3.0.0 - 2022-07-24
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
- `X_FORWARDED_HOST`
|
- `X_FORWARDED_HOST`
|
||||||
- `X_FORWARDED_PROTO`
|
- `X_FORWARDED_PROTO`
|
||||||
|
|
||||||
### Changed
|
|
||||||
- Update `base64` to 0.21.
|
|
||||||
|
|
||||||
### Performance
|
### Performance
|
||||||
- Improve overall performance of operations on `Extensions`. [#2890]
|
- Improve overall performance of operations on `Extensions`. [#2890]
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
### Changed
|
### Changed
|
||||||
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
|
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
|
||||||
- Update `base64` to `0.21`.
|
|
||||||
|
|
||||||
|
|
||||||
## 3.0.1 - 2022-08-25
|
## 3.0.1 - 2022-08-25
|
||||||
|
|
Loading…
Reference in New Issue