From cae85dc9459310ef67a6d91c7bf8f5545565a95f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 13 Apr 2011 23:55:26 -0400 Subject: - Add missing docs reference to ``pyramid.config.Configurator.set_view_mapper`` and refer to it within Hooks chapter section named "Using a View Mapper". --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') 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 -------- -- cgit v1.2.3