summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-01 01:24:39 -0400
committerChris McDonough <chrism@plope.com>2011-07-01 01:24:39 -0400
commitb7f33b5fdd062e007723d0eb60001442f35c0bf7 (patch)
tree4f94a0c78f558564de4e3bccb02aba2b5e125f00 /CHANGES.txt
parent6579f51fec8506332cdd61d06ed20178f0bdfbcb (diff)
downloadpyramid-b7f33b5fdd062e007723d0eb60001442f35c0bf7.tar.gz
pyramid-b7f33b5fdd062e007723d0eb60001442f35c0bf7.tar.bz2
pyramid-b7f33b5fdd062e007723d0eb60001442f35c0bf7.zip
- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
and the ``renderer_globals`` Configurator constructor parameter.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9bf8197ab..d2b97ece6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -16,6 +16,12 @@ Features
- Add JSONP renderer (see "JSONP renderer" in the Renderers chapter of the
documentation).
+Deprecations
+------------
+
+- Deprecated the ``set_renderer_globals_factory`` method of the Configurator
+ and the ``renderer_globals`` Configurator constructor parameter.
+
1.1a3 (2011-06-26)
==================