From 6209577c528ad88b7f042b7454b630f08a093f63 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 3 Jun 2009 12:41:19 +0000 Subject: - The default routes context (``repoze.bfg.urldispatch.DefaultRoutesContext``) object now subclasses from ``dict``. This means you can use the mapping protocol in views against it. --- CHANGES.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 37e1953af..970078f68 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,14 @@ +Next release +============ + +Features +-------- + +- The default routes context + (``repoze.bfg.urldispatch.DefaultRoutesContext``) object now + subclasses from ``dict``. This means you can use the mapping + protocol in views against it. + 0.9.1 (2009-06-02) ================== -- cgit v1.2.3