1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 00:21:08 +01:00

reverted actix-web/CHANGES.md

This commit is contained in:
dowwie 2019-07-03 08:55:29 -04:00
parent 1fdd77bffa
commit 7596ab69e0

View File

@ -5,10 +5,6 @@
### 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 but keeps state).
Use ``Session.purge()`` at logout to invalid a session cookie (and remove
from redis cache, if applicable).
## [1.0.2] - 2019-06-17