From def444c2c310c8cb117e0c5181bf74f5beed064c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 16 May 2009 20:59:41 +0000 Subject: Speed up common case (use default factory). --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 0a7610a7c..72c4a0fb6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -90,6 +90,10 @@ Features - The Routes ``Route`` object used to resolve the match is now put into the environment as ``bfg.route`` when URL dispatch is used. +- You can now change the default Routes "context factory" globally. + See the "ZCML Hooks" chapter of the documentation (in the "Changing + the Default Routes Context Factory" section). + 0.8a6 (2009-05-11) ================== -- cgit v1.2.3