diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-31 20:00:36 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-31 20:00:36 -0400 |
| commit | 04bcc2a67e866df226ec2f5ec1baa2754bbe354d (patch) | |
| tree | 49c1995408fd6775f3f3e15a3e998d5db2303c17 /CHANGES.txt | |
| parent | 63824da50671728c2ae5cae501208e1fbda5812d (diff) | |
| download | pyramid-04bcc2a67e866df226ec2f5ec1baa2754bbe354d.tar.gz pyramid-04bcc2a67e866df226ec2f5ec1baa2754bbe354d.tar.bz2 pyramid-04bcc2a67e866df226ec2f5ec1baa2754bbe354d.zip | |
pass settings to renderer factory, as most template renderers need to look at at least one setting to determine how to do rendering
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
