From 04bcc2a67e866df226ec2f5ec1baa2754bbe354d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 31 Oct 2010 20:00:36 -0400 Subject: pass settings to renderer factory, as most template renderers need to look at at least one setting to determine how to do rendering --- CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 8dbbbfd66..b54f1a920 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -98,7 +98,8 @@ Backwards Incompatibilities (with BFG 1.3.X) specification or an absolute path. The dictonary contains the following keys: ``name`` (the ``renderer=`` value), ``package`` (the 'current package' when the renderer configuration statement was found), ``type``: the renderer - type, and ``registry``: the current registry. + type, ``registry``: the current registry, and ``settings``: the deployment + settings dictionary. Third-party ``repoze.bfg`` renderer implementations that must be ported to Pyramid will need to account for this. -- cgit v1.2.3