diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 7f12b4d08..768a08b0a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -43,6 +43,12 @@ Features eg. ``context.result.permission``, ``context.result.acl``, etc within the logic of the Forbidden exception view. +- Don't explicitly prevent the ``timeout`` from being lower than the + ``reissue_time`` when setting up an ``AuthTktAuthenticationPolicy`` + (previously such a configuration would raise a ``ValueError``, now it's + allowed, although typically nonsensical). Allowing the nonsensical + configuration made the code more understandable and required fewer tests. + Bug Fixes --------- |
