summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2761c29dc..c14939d81 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,8 +10,9 @@ Next release
introspectable but not when passed for registration. This would mean that
add_route_predicate for example can not take a string and turn it into the
actual callable function.
-- p.wsgi.wsgiapp and p.wsgi.wsgiapp2 now raise ValueError when accidentally
- passed None.
+
+- ``pyramid.wsgi.wsgiapp`` and ``pyramid.wsgi.wsgiapp2`` now raise
+ ``ValueError`` when accidentally passed ``None``.
1.5 (2014-04-08)
================