1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 18:49:01 +02:00

Prepare cors 0.5.4 release

This commit is contained in:
Yuki Okushi
2020-12-31 22:11:04 +09:00
parent cf970ee091
commit 91e91c4327
4 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,15 @@
# Changes
## Unreleased - 2020-xx-xx
## Unreleased - 2021-xx-xx
## 0.5.4 - 2020-12-31
* Fix `expose_any_header` method, now set the correct field. [#143]
[#143]: https://github.com/actix/actix-extras/pull/143
## 0.5.3 - 2020-11-19
* Fix version spec for `derive_more` dependency.