summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 431a159f8..7502b72c3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -274,8 +274,8 @@ Documentation Changes
See https://github.com/Pylons/pyramid/pull/2764
- Clarify a possible misuse of the ``headers`` kwarg to subclasses of
- :class:`pyramid.httpexceptions.HTTPException` in which more appropriate
- kwargs from the parent class :class:`pyramid.response.Response` should be
+ ``pyramid.httpexceptions.HTTPException`` in which more appropriate
+ kwargs from the parent class ``pyramid.response.Response`` should be
used instead. See https://github.com/Pylons/pyramid/pull/2750
- The SQLAlchemy + URL Dispatch + Jinja2 (``wiki2``) and