summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
---------