1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

add actix 0.13 support (#2675)

This commit is contained in:
Rob Ede
2022-03-02 17:53:47 +00:00
committed by GitHub
parent 3f03af1c59
commit 56e5c19b85
3 changed files with 13 additions and 7 deletions

View File

@ -3,6 +3,12 @@
## Unreleased - 2021-xx-xx
## 4.1.0 - 2022-03-02
- Add support for `actix` version `0.13`. [#2675]
[#2675]: https://github.com/actix/actix-web/pull/2675
## 4.0.0 - 2022-02-25
- No significant changes since `4.0.0-beta.12`.