summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-11-14 05:25:57 +0000
committerChris McDonough <chrism@agendaless.com>2008-11-14 05:25:57 +0000
commitf7241b44d41db7a6788aa219b556a18981a8c913 (patch)
tree446925220ebb7b2284c62f99e9b8c03717947986 /CHANGES.txt
parent91362d1cabc8429d9b31a1b64766fe03ece24767 (diff)
downloadpyramid-f7241b44d41db7a6788aa219b556a18981a8c913.tar.gz
pyramid-f7241b44d41db7a6788aa219b556a18981a8c913.tar.bz2
pyramid-f7241b44d41db7a6788aa219b556a18981a8c913.zip
- Document adding a request type interface to the request via a
subscriber function in the events narrative documentation.
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 28d06b944..d4dd9efea 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,9 @@ Next release
- Change the default paster template to register its single view
against a class rather than an interface.
+ - Document adding a request type interface to the request via a
+ subscriber function in the events narrative documentation.
+
0.4.8 (11/12/2008)
Backwards Incompatibilities