From 95b14bdd6c911c584d81a33e5ef42a5d67efdfe8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 19 Jul 2008 23:45:57 +0000 Subject: Add wsgiapp decorator. --- CHANGES.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 43eeb0689..3fa06320d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,7 @@ After 0.1 + - Add wsgiapp decorator. + - The concept of "view factories" was removed in favor of always calling a view, which is a callable that returns a response directly (as opposed to returning a view). As a result, the -- cgit v1.2.3