1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-03 20:45:46 +00:00

updated actix-session/CHANGES with info

This commit is contained in:
dowwie 2019-07-03 07:50:11 -04:00
parent 5bf5b0acd2
commit dabc4fe00b

View file

@ -1,5 +1,10 @@
# Changes
## [0.2.0] - 2019-07-03
* 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).
## [0.1.1] - 2019-06-03
* Fix optional cookie session support