From 95c95bf924a8c08e0a5b686d7a5d12fa4e49d87e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 31 Dec 2010 16:47:13 -0500 Subject: - A view callable wrapper registered in the registry now contains an ``__original_view__`` attribute which references the original view callable (or class). --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 04f5a7d05..826be0be6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -51,6 +51,10 @@ Internals - The class used as the "page template" in ``pyramid.chameleon_text`` was removed, in preference to using a Chameleon-inbuilt version. +- A view callable wrapper registered in the registry now contains an + ``__original_view__`` attribute which references the original view callable + (or class). + 1.0a8 (2010-12-27) ================== -- cgit v1.2.3