summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-10-06 11:58:36 -0700
committerGitHub <noreply@github.com>2016-10-06 11:58:36 -0700
commit5286a1ef7db26f30c0f8c11ee6f96fd497ce4052 (patch)
tree61ef957a700f5e6219e15e28e68b80e8a92bf8f2 /CHANGES.txt
parent488800c9fb285c748cf05cf56f0d42c723cbf764 (diff)
parent4c5e14f3a843f588e380c865ac362bcc017b69a6 (diff)
downloadpyramid-5286a1ef7db26f30c0f8c11ee6f96fd497ce4052.tar.gz
pyramid-5286a1ef7db26f30c0f8c11ee6f96fd497ce4052.tar.bz2
pyramid-5286a1ef7db26f30c0f8c11ee6f96fd497ce4052.zip
Merge pull request #2792 from stevepiercy/master
Add pyramid_nacl_session to session factories
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 77129bdb1..19708fde3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -97,6 +97,9 @@ Deprecations
Documentation Changes
---------------------
+- Add pyramid_nacl_session to session factories.
+ See https://github.com/Pylons/pyramid/issues/2791
+
- Update HACKING.txt from stale branch that was never merged to master.
See https://github.com/Pylons/pyramid/pull/2782