summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt10
1 files 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