summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/hooks.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst
index 4702c09b0..689ce9dc2 100644
--- a/docs/narr/hooks.rst
+++ b/docs/narr/hooks.rst
@@ -362,6 +362,8 @@ We attach and cache an object named ``extra`` to the ``request`` object.
Changing the Response Factory
-------------------------------
+.. versionadded:: 1.6
+
Whenever :app:`Pyramid` returns a response from a view it creates a
:term:`response` object. By default, an instance of the
:class:`pyramid.response.Response` class is created to represent the response