From 6c15971a0006ed944e19a8f93b5897dccda028c0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 20 Mar 2012 00:35:17 -0400 Subject: - 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 --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') 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) ================== -- cgit v1.2.3