1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

Update Session::set_session to take IntoIterator (#105)

This commit is contained in:
FallenWarrior2k
2020-09-22 01:04:21 +02:00
committed by GitHub
parent 03ccf09e2e
commit bb8120a8c0
4 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,7 @@
# Changes
## Unreleased - 2020-xx-xx
* `Session::set_session` takes a `IntoIterator` instead of `Iterator`
## 0.4.0 - 2020-09-11