summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-20 00:35:17 -0400
committerChris McDonough <chrism@plope.com>2012-03-20 00:35:17 -0400
commit6c15971a0006ed944e19a8f93b5897dccda028c0 (patch)
treee618bf0f4aaf7e1dc35b74f851160b8c9b64079c /CHANGES.txt
parentdd08cceff6c650f211c4e3fd3c7c73e37616ea7c (diff)
downloadpyramid-6c15971a0006ed944e19a8f93b5897dccda028c0.tar.gz
pyramid-6c15971a0006ed944e19a8f93b5897dccda028c0.tar.bz2
pyramid-6c15971a0006ed944e19a8f93b5897dccda028c0.zip
- The fix for issue https://github.com/Pylons/pyramid/issues/461 (which made
it possible for instance methods to be used as view callables) introduced a backwards incompatibility when methods that declared only a request argument were used. See https://github.com/Pylons/pyramid/issues/503 Fixes #503
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 4befd2ecc..916deb009 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,11 @@ Bug Fixes
because it mistakenly detects that a route was matched when, in fact, it
was not.
+- The fix for issue https://github.com/Pylons/pyramid/issues/461 (which made
+ it possible for instance methods to be used as view callables) introduced a
+ backwards incompatibility when methods that declared only a request
+ argument were used. See https://github.com/Pylons/pyramid/issues/503
+
1.3b3 (2012-03-17)
==================