mirror of https://github.com/fafhrd91/actix-web
add changelog
This commit is contained in:
parent
26b909e183
commit
8f169d2342
|
@ -1,6 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## Unreleased - 2021-xx-xx
|
||||
* Improve error recovery potential when macro input is invalid. [#2410]
|
||||
|
||||
[#2410]: https://github.com/actix/actix-web/pull/2410
|
||||
|
||||
|
||||
## 0.5.0-beta.4 - 2021-09-09
|
||||
|
|
|
@ -21,6 +21,7 @@ actix-router = "0.5.0-beta.2"
|
|||
|
||||
[dev-dependencies]
|
||||
actix-rt = "2.2"
|
||||
actix-macros = "0.2.2"
|
||||
actix-test = "0.1.0-beta.3"
|
||||
actix-utils = "3.0.0"
|
||||
actix-web = "4.0.0-beta.9"
|
||||
|
|
Loading…
Reference in New Issue