From a15e35f5f0978f3d524aea5eafc648fc220311d6 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 16 Jul 2008 15:32:03 +0000 Subject: Added 'repoze.bfg.push:pushpage' decorator o Creates BFG views from callables which take (context, request) and return a mapping of top-level names. --- CHANGES.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index cf765f3a0..7e4a48ccf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,10 @@ +After 0.1 + + - Added 'repoze.bfg.push:pushpage' decorator, which creates BFG views + from callables which take (context, request) and return a mapping of + top-level names. + 0.1 - Initial release. + - Initial release. -- cgit v1.2.3