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

Fix expose_any_header setter (#143)

This commit is contained in:
Julian Tescher
2020-12-31 04:13:36 -08:00
committed by GitHub
parent 699846d965
commit cf970ee091
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
# Changes
## Unreleased - 2020-xx-xx
* 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.