diff options
| -rw-r--r-- | CHANGES.txt | 2 | ||||
| -rw-r--r-- | docs/whatsnew-1.1.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 1e9c49482..744e5c406 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -25,7 +25,7 @@ Bug Fixes Backwards Incompatibilities --------------------------- -- The ``repoze.bfg.scripting.get_app`` function now expects a +- The ``repoze.bfg.scripting.get_root`` function now expects a ``request`` object as its second argument rather than an ``environ``. diff --git a/docs/whatsnew-1.1.rst b/docs/whatsnew-1.1.rst index 7feacaad5..c4794d2bc 100644 --- a/docs/whatsnew-1.1.rst +++ b/docs/whatsnew-1.1.rst @@ -723,7 +723,7 @@ Backwards Incompatibilities repoze.bfg documentation for more information about configuring security policies. -- The ``repoze.bfg.scripting.get_app`` function now expects a +- The ``repoze.bfg.scripting.get_root`` function now expects a ``request`` object as its second argument rather than an ``environ``. |
