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

prepare cors release 0.4.1

This commit is contained in:
Rob Ede
2020-10-07 11:32:27 +01:00
parent b33012999c
commit d02e508731
4 changed files with 11 additions and 6 deletions

View File

@ -1,7 +1,12 @@
# Changes
## Unreleased - 2020-xx-xx
* Improve `allowed_origin_fn` to allow using of closures. [#110]
## 0.4.1 - 2020-10-07
* Allow closures to be used with `allowed_origin_fn`. [#110]
[#110]: https://github.com/actix/actix-extras/pull/110
## 0.4.0 - 2020-09-27
@ -10,7 +15,7 @@
[#93]: https://github.com/actix/actix-extras/pull/93
[#106]: https://github.com/actix/actix-extras/pull/106
[#110]: https://github.com/actix/actix-extras/pull/110
## 0.3.0 - 2020-09-11
* Update `actix-web` dependency to 3.0.0.