mirror of https://github.com/fafhrd91/actix-web
docs(actix-web-actors): add changelog entry
This commit is contained in:
parent
eaff67150c
commit
73daa5ed50
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
|
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
|
||||||
|
- Improve crate documentation. [#2788]
|
||||||
|
|
||||||
|
[#2788]: https://github.com/actix/actix-web/pull/2788
|
||||||
|
|
||||||
## 4.1.0 - 2022-03-02
|
## 4.1.0 - 2022-03-02
|
||||||
- Add support for `actix` version `0.13`. [#2675]
|
- Add support for `actix` version `0.13`. [#2675]
|
||||||
|
|
Loading…
Reference in New Issue