summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b93a02193..7e0bf73cf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -187,6 +187,11 @@ Backwards Incompatibilities
since Pyramid 1.0 and printed a deprecation warning upon its use. Use
``pyramid.config`` instead.
+- The ``pyramid.paster.PyramidTemplate`` API was removed. It had been
+ deprecated since Pyramid 1.1 and issued a warning on import. If your code
+ depended on this, adjust your code to import
+ ``pyramid.scaffolds.PyramidTemplate`` instead.
+
Dependencies
------------