diff options
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. |
