From 9340fb3c8ee7ed1a197c0088b176fc16101240e4 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 10 Oct 2009 02:31:17 +0000 Subject: Wrong section. --- CHANGES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index a16e41296..16e6e0fe5 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,11 +4,6 @@ Next release Documentation ------------- -- The ``notfound`` and ``forbidden`` ZCML directives now accept the - following addtional attributes: ``attr``, ``renderer``, and - ``wrapper``. These have the same meaning as they do in the context - of a ZCML ``view`` directive. - - Added a diagram of model graph traversal to the "Traversal" narrative chapter of the documentation. @@ -24,6 +19,11 @@ Documentation Features -------- +- The ``notfound`` and ``forbidden`` ZCML directives now accept the + following addtional attributes: ``attr``, ``renderer``, and + ``wrapper``. These have the same meaning as they do in the context + of a ZCML ``view`` directive. + - For behavior like Django's ``APPEND_SLASH=True``, use the ``repoze.bfg.view.append_slash_notfound_view`` view as the Not Found view in your application. When this view is the Not Found view -- cgit v1.2.3