summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-16 20:50:28 -0500
committerChris McDonough <chrism@plope.com>2010-11-16 20:50:28 -0500
commit34f44d844ffe75738046a154202a6faf4d5dfc38 (patch)
treeae8b0e351ba3a0c92bedcea80913f39c757250bb /CHANGES.txt
parentb68aadc3867a95a6376bb2157cc93210eb62a104 (diff)
downloadpyramid-34f44d844ffe75738046a154202a6faf4d5dfc38.tar.gz
pyramid-34f44d844ffe75738046a154202a6faf4d5dfc38.tar.bz2
pyramid-34f44d844ffe75738046a154202a6faf4d5dfc38.zip
- Add deprecation warning for import of ``pyramid.zcml.zcml_configure`` and
``pyramid.zcml.file_configure``. - The ``pyramid.testing.zcml_configure`` API has been removed. It had been advertised as removed since 1.2a1, but hadn't actually been.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d132b4e71..28637c1a7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,15 @@ Bug Fixes
``pyramid.chameleon_zpt`` of ``get_renderer``, ``get_template``,
``render_template``, and ``render_template_to_response``.
+- Add deprecation warning for import of ``pyramid.zcml.zcml_configure`` and
+ ``pyramid.zcml.file_configure``.
+
+Backwards Incompatibilities
+---------------------------
+
+- The ``pyramid.testing.zcml_configure`` API has been removed. It had been
+ advertised as removed since 1.2a1, but hadn't actually been.
+
Deprecations
------------