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 d7f5b7a4f..8d3bfe3a0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -37,6 +37,11 @@ Features (delta from BFG 1.3.X)
- The request now has a new attribute: ``tmpl_context`` for benefit of
Pylons users.
+- The decorator previously known as ``pyramid.view.bfg_view`` is now
+ known most formally as ``pyramid.view.view_config`` in docs and
+ paster templates. An import of ``pyramid.view.bfg_view``, however,
+ will continue to work "forever".
+
Documentation (delta from BFG 1.3)
-----------------------------------