From 334f4a7fff13b27d5c2be0bbe75d1507a534cbe0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 19 Apr 2010 00:17:46 +0000 Subject: Clean up. --- CHANGES.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 0b9b0a714..fdc67b191 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,7 +4,7 @@ Next release Features -------- -- Added "exception views". When you use an exception (anything than +- Added "exception views". When you use an exception (anything that inherits from the Python ``Exception`` builtin) as view context argument, e.g.:: @@ -47,7 +47,8 @@ Features contexts will also work. The feature can be used with any view registration mechanism - (``@bfg_view`` decorator, ZCML, or imperative ``add_view`` styles). + (``@bfg_view`` decorator, ZCML, or imperative ``config.add_view`` + styles). This feature was kindly contributed by Andrey Popp. -- cgit v1.2.3