summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2014-04-23 23:25:19 -0500
committerMichael Merickel <michael@merickel.org>2014-04-23 23:25:19 -0500
commit09beb29cb2a142c798d97caf17ead9def79f0843 (patch)
tree948eaeef3fa47063f5b650b0eb166806efaabf1e /CHANGES.txt
parent75d871ce118456eeaa2fac7136faf0ff4478dd89 (diff)
downloadpyramid-09beb29cb2a142c798d97caf17ead9def79f0843.tar.gz
pyramid-09beb29cb2a142c798d97caf17ead9def79f0843.tar.bz2
pyramid-09beb29cb2a142c798d97caf17ead9def79f0843.zip
remove redundant tests
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)
================