summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-19 22:00:43 -0500
committerChris McDonough <chrism@plope.com>2011-01-19 22:00:43 -0500
commit5f47801ae33d89a0ac87d9d227639d60aed23ff1 (patch)
tree695b1fb6cb493a01af4a3e05ca1fda9f2674f166 /CHANGES.txt
parentdd2944cca90c8cbb2f0733a04442d047100df383 (diff)
downloadpyramid-5f47801ae33d89a0ac87d9d227639d60aed23ff1.tar.gz
pyramid-5f47801ae33d89a0ac87d9d227639d60aed23ff1.tar.bz2
pyramid-5f47801ae33d89a0ac87d9d227639d60aed23ff1.zip
- Using the ``pyramid.view.bfg_view`` alias for ``pyramid.view.view_config``
(a backwards compatibility shim) now issues a deprecation warning.
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 416de00f9..8df963aac 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -18,6 +18,12 @@ Documentation
- Fix deprecated example showing ``chameleon_zpt`` API call in testing
narrative chapter.
+Deprecations
+-------------
+
+- Using the ``pyramid.view.bfg_view`` alias for ``pyramid.view.view_config``
+ (a backwards compatibility shim) now issues a deprecation warning.
+
Backwards Incompatibilities
---------------------------