summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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 8bc2becbd..0c792cfcf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,12 @@ Documentation
Deprecated Alias Removals
-------------------------
+- Remove ``repoze.bfg.template`` module. All imports from this
+ package have been deprecated since version 0.3.8. Instead, import
+ ``get_template``, ``render_template``, and
+ ``render_template_to_response`` from the
+ ``repoze.bfg.chameleon_zpt``module.
+
- Remove backwards compatibility alias for
``repoze.bfg.traversal.split_path`` (deprecated since 0.6.5). This
must now be imported as ``repoze.bfg.traversal.traversal_path``).