summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-12-08 15:35:28 -0800
committerGitHub <noreply@github.com>2016-12-08 15:35:28 -0800
commit05467bdf20f28e47bffb3d236fb93b44ca293091 (patch)
tree9c926105af9919579b19a046db53217c0691a366 /CHANGES.txt
parent1154ebf6ae89c200b4be19831377472b19fdf7dd (diff)
parente5add4c591bde659f050adca1ad6934674822525 (diff)
downloadpyramid-05467bdf20f28e47bffb3d236fb93b44ca293091.tar.gz
pyramid-05467bdf20f28e47bffb3d236fb93b44ca293091.tar.bz2
pyramid-05467bdf20f28e47bffb3d236fb93b44ca293091.zip
Merge pull request #2838 from Pylons/style-guide
Overhaul Style Guide
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 65a1f15cd..9daddff48 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -154,6 +154,9 @@ Deprecations
Documentation Changes
---------------------
+- Replace Typographical Conventions with an enhanced Style Guide.
+ https://github.com/Pylons/pyramid/pull/2838
+
- Add pyramid_nacl_session to session factories.
See https://github.com/Pylons/pyramid/issues/2791