summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@digitalartefacts.com>2013-10-22 22:11:13 -0500
committerMichael Merickel <michael@digitalartefacts.com>2013-10-22 22:11:13 -0500
commit64223904fd6330eb9e528311799cc4dd10e9daf1 (patch)
tree3f5697e166eff6f5a8fba342c95dab467044e420 /CHANGES.txt
parent7c96246eb6e14f5cd9414ddd61de089fe1f073d1 (diff)
downloadpyramid-64223904fd6330eb9e528311799cc4dd10e9daf1.tar.gz
pyramid-64223904fd6330eb9e528311799cc4dd10e9daf1.tar.bz2
pyramid-64223904fd6330eb9e528311799cc4dd10e9daf1.zip
update changelog
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 203db1a44..895dc572f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -57,6 +57,10 @@ Bug Fixes
to decode with UTF-8 first, and will fallback to Latin-1.
See https://github.com/Pylons/pyramid/pull/1170
+- The ``@view_defaults`` now apply to notfound and forbidden views
+ that are defined as methods of a decorated class.
+ See https://github.com/Pylons/pyramid/issues/1173
+
Documentation
-------------