summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorMichael Merickel <mmerickel@users.noreply.github.com>2016-04-14 22:44:22 -0500
committerMichael Merickel <mmerickel@users.noreply.github.com>2016-04-14 22:44:22 -0500
commited4c2a03711277a665b89ed32d56a54bd3857de6 (patch)
tree9585f3634d532a5b31932322326a2797291368c2 /TODO.txt
parentd964d983e9415160af75bda18feb0a773c111b5b (diff)
parent99c1033df773517683fc6ca050c9dfa3248614c2 (diff)
downloadpyramid-ed4c2a03711277a665b89ed32d56a54bd3857de6.tar.gz
pyramid-ed4c2a03711277a665b89ed32d56a54bd3857de6.tar.bz2
pyramid-ed4c2a03711277a665b89ed32d56a54bd3857de6.zip
Merge pull request #2496 from Pylons/update/hashalg_authtkt
Switch to sha512 in AuthTktAuthenticationPolicy
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index ff567bca8..797f8acef 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -120,9 +120,6 @@ Future
- 1.6: Remove IContextURL and TraversalContextURL.
-- 1.7: Change ``pyramid.authentication.AuthTktAuthenticationPolicy`` default
- ``hashalg`` to ``sha512``.
-
- 1.8: Remove set_request_property.
- 1.8: Drop Python 3.3 support.