summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-04-18 22:44:00 +0000
committerChris McDonough <chrism@agendaless.com>2009-04-18 22:44:00 +0000
commit2229b80a0326a4837cf99f1deaf1662a75f4dbc1 (patch)
tree5d31ac9dc8bd17561792b53eadadabca78a2738a /CHANGES.txt
parentd1209e077a1607440677a363651bda4393d72d82 (diff)
downloadpyramid-2229b80a0326a4837cf99f1deaf1662a75f4dbc1.tar.gz
pyramid-2229b80a0326a4837cf99f1deaf1662a75f4dbc1.tar.bz2
pyramid-2229b80a0326a4837cf99f1deaf1662a75f4dbc1.zip
- Added better documentation for virtual hosting at a URL prefix
within the virtual hosting docs chapter.
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 3a6006c07..2551c3c17 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Next release
Features
--------
+- Added better documentation for virtual hosting at a URL prefix
+ within the virtual hosting docs chapter.
+
- The interface for ``repoze.bfg.interfaces.ITraverser`` and the
built-in implementations that implement the interface
(``repoze.bfg.traversal.ModelGraphTraverser``, and