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

prepare actix-web-codegen release 0.5.0-beta.6

This commit is contained in:
Rob Ede
2021-12-11 00:33:31 +00:00
parent 6481a5fb73
commit fc4e9ff96b
4 changed files with 8 additions and 4 deletions

View File

@ -3,6 +3,10 @@
## Unreleased - 2021-xx-xx
## 0.5.0-beta.6 - 2021-12-11
* No significant changes since `0.5.0-beta.5`.
## 0.5.0-beta.5 - 2021-10-20
* Improve error recovery potential when macro input is invalid. [#2410]
* Add `#[actix_web::test]` macro for setting up tests with a runtime. [#2409]