summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-19 04:24:00 -0500
committerChris McDonough <chrism@plope.com>2012-01-19 04:24:00 -0500
commit134388a0157728b1f96daa09fb8bdfde6a1de209 (patch)
tree5c0f20b3ee80d524e4225f8e218cca288ecd1c14 /CHANGES.txt
parent9619d0f8b0b4d4aca0e9f68ba1890de2b2860396 (diff)
downloadpyramid-134388a0157728b1f96daa09fb8bdfde6a1de209.tar.gz
pyramid-134388a0157728b1f96daa09fb8bdfde6a1de209.tar.bz2
pyramid-134388a0157728b1f96daa09fb8bdfde6a1de209.zip
- When using a dotted name for a ``view`` argument to
``Configurator.add_view`` that pointed to a class with a ``view_defaults`` decorator, the view defaults would not be applied. See https://github.com/Pylons/pyramid/issues/396 . Fixes #396.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ba90c3bad..bfafaaae3 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,11 @@ Bug Fixes
a different view that had the same predicate arguments. See
https://github.com/Pylons/pyramid/pull/404 for more information.
+- When using a dotted name for a ``view`` argument to
+ ``Configurator.add_view`` that pointed to a class with a ``view_defaults``
+ decorator, the view defaults would not be applied. See
+ https://github.com/Pylons/pyramid/issues/396 .
+
1.3a5 (2012-01-09)
==================