summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6cb89f378..e0a0771c7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,12 @@ Features
- The ``repoze.bfg.configuration.Configurator.add_route`` API now
returns the route object that was added.
+- A ``repoze.bfg.events.subscriber`` decorator was added. This
+ decorator decorates module-scope functions, which are then treated
+ as event listeners after a scan() is performed. See the Events
+ narrative documentation chapter and the ``repoze.bfg.events`` module
+ documentation for more information.
+
Bug Fixes
---------
@@ -17,6 +23,15 @@ Bug Fixes
wrong view matches when using URL dispatch and custom view
predicates together.
+Documentation
+--------------
+
+- Added description of the ``repoze.bfg.events.subscriber`` decorator
+ to the Events narrative chapter.
+
+- Added ``repoze.bfg.events.subscriber`` API documentation to
+ ``repoze.bfg.events`` API docs.
+
1.3a6 (2010-07-25)
==================