summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.4.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-04-03 03:58:34 -0400
committerChris McDonough <chrism@plope.com>2013-04-03 03:58:34 -0400
commit2ae6f2cba5fc228e20c1ba26ad4f1411a63bbabb (patch)
treef3a290b6e0a21549703050a33433dffef2acc87d /docs/whatsnew-1.4.rst
parentdacbe656d8851580234214fb655b60d24f5800fb (diff)
parentf8afd1638456fc89bc3d17858f309686b40a40a4 (diff)
downloadpyramid-2ae6f2cba5fc228e20c1ba26ad4f1411a63bbabb.tar.gz
pyramid-2ae6f2cba5fc228e20c1ba26ad4f1411a63bbabb.tar.bz2
pyramid-2ae6f2cba5fc228e20c1ba26ad4f1411a63bbabb.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/whatsnew-1.4.rst')
-rw-r--r--docs/whatsnew-1.4.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/whatsnew-1.4.rst b/docs/whatsnew-1.4.rst
index f725615f3..505b9d798 100644
--- a/docs/whatsnew-1.4.rst
+++ b/docs/whatsnew-1.4.rst
@@ -184,11 +184,12 @@ Minor Feature Additions
returns the policy object it creates.
- The DummySecurityPolicy created by
- :meth:`pyramid.config.testing_securitypolicy` now sets a ``forgotten`` value
- on the policy (the value ``True``) when its ``forget`` method is called.
+ :meth:`pyramid.config.Configurator.testing_securitypolicy` now sets a
+ ``forgotten`` value on the policy (the value ``True``) when its ``forget``
+ method is called.
- The DummySecurityPolicy created by
- :meth:`pyramid.config.testing_securitypolicy` now sets a
+ :meth:`pyramid.config.Configurator.testing_securitypolicy` now sets a
``remembered`` value on the policy, which is the value of the ``principal``
argument it's called with when its ``remember`` method is called.
@@ -301,7 +302,7 @@ Backwards Incompatibilities
:meth:`pyramid.config.Configurator.testing_add_subscriber` instead.
* ``registerTemplateRenderer`` (aka ``registerDummyRenderer``), use
- :meth:`pyramid.config.Configurator.testing_add_template` instead.
+ :meth:`pyramid.config.Configurator.testing_add_renderer` instead.
* ``registerView``, use :meth:`pyramid.config.Configurator.add_view` instead.