summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-30 16:57:55 -0500
committerChris McDonough <chrism@plope.com>2011-01-30 16:57:55 -0500
commit1a49394ce5d67f84b79e5763385030bd1ce9fa97 (patch)
tree05a87b898e9b823b8fca50117121b71f52667a38
parentd7048e2bb65605520eb652e0158f253f2abca606 (diff)
downloadpyramid-1a49394ce5d67f84b79e5763385030bd1ce9fa97.tar.gz
pyramid-1a49394ce5d67f84b79e5763385030bd1ce9fa97.tar.bz2
pyramid-1a49394ce5d67f84b79e5763385030bd1ce9fa97.zip
garden
-rw-r--r--CHANGES.txt11
1 files changed, 11 insertions, 0 deletions
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
---------