diff options
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | docs/latexindex.rst | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 29f8e4897..955c07601 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -72,8 +72,8 @@ Features (delta from BFG 1.3.X) keys added to the renderer globals dictionary by all subscribers and app-level globals factories must be unique. -- New class: ``pyramid.response.Response`. This is a pure facade for - ``webob.Response` (old code need not change to use this facade, it's +- New class: ``pyramid.response.Response``. This is a pure facade for + ``webob.Response`` (old code need not change to use this facade, it's existence is mostly for vanity and documentation-generation purposes). Documentation (delta from BFG 1.3) diff --git a/docs/latexindex.rst b/docs/latexindex.rst index 10cca4401..34842dd78 100644 --- a/docs/latexindex.rst +++ b/docs/latexindex.rst @@ -39,6 +39,7 @@ Narrative Documentation narr/views narr/static narr/webob + narr/sessions narr/templates narr/models narr/security @@ -87,12 +88,14 @@ API Reference api/configuration api/events api/exceptions + api/httpexceptions api/i18n api/interfaces api/location api/paster api/renderers api/request + api/response api/router api/scripting api/security |
