forked from orbit-oss/flask
request context tracks session access
This commit is contained in:
parent
27be933840
commit
c17f379390
6 changed files with 73 additions and 52 deletions
|
|
@ -3,6 +3,9 @@ Version 3.1.3
|
|||
|
||||
Unreleased
|
||||
|
||||
- The session is marked as accessed for operations that only access the keys
|
||||
but not the values, such as ``in`` and ``len``. :ghsa:`68rp-wp8r-4726`
|
||||
|
||||
|
||||
Version 3.1.2
|
||||
-------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue