From b274d051847299a7dc52781fbc3ce0f61070138d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 9 Sep 2012 14:26:40 -0400 Subject: - 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. --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CHANGES.txt') 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 ------------ -- cgit v1.2.3