summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-07-28 03:00:58 +0000
committerChris McDonough <chrism@agendaless.com>2010-07-28 03:00:58 +0000
commitf077653f208f6f7c89c78c87c2abb0ea7031dbc0 (patch)
treeae5be691f2f19ccd98afa513738a2d424ecfe4e2 /CHANGES.txt
parentbe6f3b9ae06b31920d90744b20ccb7a8b4d9a278 (diff)
downloadpyramid-f077653f208f6f7c89c78c87c2abb0ea7031dbc0.tar.gz
pyramid-f077653f208f6f7c89c78c87c2abb0ea7031dbc0.tar.bz2
pyramid-f077653f208f6f7c89c78c87c2abb0ea7031dbc0.zip
- 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.
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)
==================