summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a60e2aaa0..2de872afe 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,6 +25,18 @@ Internals
Its job has been subsumed by the ``repoze.bfg.settings.Settings``
class constructor.
+- The ``repoze.bfg.view.requestonly`` function has been moved to
+ ``repoze.bfg.configuration.requestonly``.
+
+- The ``repoze.bfg.view.rendered_response`` function has been moved to
+ ``repoze.bfg.configuration.rendered_response``.
+
+- The ``repoze.bfg.view.decorate_view`` function has been moved to
+ ``repoze.bfg.configuration.decorate_view``.
+
+- The ``repoze.bfg.view.MultiView`` class has been moved to
+ ``repoze.bfg.configuration.MultiView``.
+
Backwards Incompatibilites
--------------------------