1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-04 04:55:48 +00:00

updated CHANGES with info about actix-session update

This commit is contained in:
dowwie 2019-07-03 07:46:46 -04:00
parent 099a8ff7d8
commit 5bf5b0acd2

View file

@ -5,6 +5,9 @@
### Changed
* Use `encoding_rs` crate instead of unmaintained `encoding` crate
* Enhanced ``actix-session`` to facilitate state changes. Use ``Session.renew()``
at successful login to cycle a session (new key, cookie). Use ``Session.purge()``
at logout to invalid a session cookie (and remove from redis cache, if applicable).
## [1.0.2] - 2019-06-17