From 1a49394ce5d67f84b79e5763385030bd1ce9fa97 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 30 Jan 2011 16:57:55 -0500 Subject: garden --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 3dd4f6cfe..83b5b86de 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -22,6 +22,17 @@ Documentation to use ``request.add_finished_callback`` instead of jamming an object with a ``__del__`` into the WSGI environment. +- Remove duplication of ``add_route`` API documentation from URL Dispatch + narrative chapter. + +- Remove duplication of API and narrative documentation in + ``pyramid.view.view_config`` API docs by pointing to + ``pyramid.config.add_view`` documentation and narrative chapter + documentation. + +- Removed some API documentation duplicated in narrative portions of + documentation + Bug Fixes --------- -- cgit v1.2.3