summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-16 18:17:54 -0500
committerChris McDonough <chrism@plope.com>2010-11-16 18:17:54 -0500
commit111a6fbae020f99c206b97459920908baad604cd (patch)
treebbd5be355b5b4692f6dab09d4e8ea48dfcf620a5 /CHANGES.txt
parent745a613c164c3129113508afbf7ea5dedcdbcadb (diff)
downloadpyramid-111a6fbae020f99c206b97459920908baad604cd.tar.gz
pyramid-111a6fbae020f99c206b97459920908baad604cd.tar.bz2
pyramid-111a6fbae020f99c206b97459920908baad604cd.zip
- Add deprecation warnings to import of ``pyramid.chameleon_text`` and
``pyramid.chameleon_zpt`` of ``get_renderer``, ``get_template``, ``render_template``, and ``render_template_to_response``.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7dee3f99d..f25d0e83f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,13 @@
Next release
============
+Bug Fixes
+---------
+
+- Add deprecation warnings to import of ``pyramid.chameleon_text`` and
+ ``pyramid.chameleon_zpt`` of ``get_renderer``, ``get_template``,
+ ``render_template``, and ``render_template_to_response``.
+
1.0a3 (2010-11-16)
==================