summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-01-16 22:00:45 +0000
committerChris McDonough <chrism@agendaless.com>2009-01-16 22:00:45 +0000
commit8325f1a17d17f744582ffb9eef50da117a00e57f (patch)
tree60f26c3df09ebef6c65f6594aa6726f174a7d997 /CHANGES.txt
parent1ccc194a225c579ba937fe1578f841db9aeb2720 (diff)
downloadpyramid-8325f1a17d17f744582ffb9eef50da117a00e57f.tar.gz
pyramid-8325f1a17d17f744582ffb9eef50da117a00e57f.tar.bz2
pyramid-8325f1a17d17f744582ffb9eef50da117a00e57f.zip
- Add a section on "Using BFG Security With URL Dispatch" into the
urldispatch chapter of the documentation. Clean up "BFG" vernacular (replace with repoze.bfg).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e1c6cc691..b23c6cdc7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -42,6 +42,12 @@ Implementation Changes
``webob.Request.get_response`` to do its work rather than relying on
homegrown WSGI code.
+Documentation Additions
+-----------------------
+
+- Add a section on "Using BFG Security With URL Dispatch" into the
+ urldispatch chapter of the documentation.
+
0.6.2 (2009-01-13)
==================