add changelog

This commit is contained in:
Rob Ede 2021-10-14 16:59:46 +01:00
parent 26b909e183
commit 8f169d2342
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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"