summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-04-13 23:55:26 -0400
committerChris McDonough <chrism@plope.com>2011-04-13 23:55:26 -0400
commitcae85dc9459310ef67a6d91c7bf8f5545565a95f (patch)
tree2cc5ca1cc715274d17fb8e7bfa763eb4bbe6063b /CHANGES.txt
parentd2973dd0356b88fc47b5f80e2bcef2783429c0c1 (diff)
downloadpyramid-cae85dc9459310ef67a6d91c7bf8f5545565a95f.tar.gz
pyramid-cae85dc9459310ef67a6d91c7bf8f5545565a95f.tar.bz2
pyramid-cae85dc9459310ef67a6d91c7bf8f5545565a95f.zip
- Add missing docs reference to
``pyramid.config.Configurator.set_view_mapper`` and refer to it within Hooks chapter section named "Using a View Mapper".
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8235f53a5..0bd19572a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,10 @@ Documentation
- Render the function definitions for each exposed interface in
``pyramid.interfaces``.
+- Add missing docs reference to
+ ``pyramid.config.Configurator.set_view_mapper`` and refer to it within
+ Hooks chapter section named "Using a View Mapper".
+
Features
--------