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

prepare session release 0.5.0-beta.1

This commit is contained in:
Rob Ede
2021-04-02 11:31:30 +01:00
parent 554a852dea
commit 0ba14f786e
7 changed files with 12 additions and 9 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2020-xx-xx
## 0.5.0-beta.1 - 2020-04-02
* Add `Session::entries`. [#170]
* Rename `Session::{set => insert}` to match standard hash map naming. [#170]
* Return values from `Session::remove`. [#170]