summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0e246089e..8e222d22f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,14 @@ Documentation
step-by-step how to create a traversal-based ZODB application with
authentication.
+Deprecated Alias Removals
+-------------------------
+
+- Removed backwards compatibility aliases for
+ ``repoze.bfg.router.get_options`` and ``repoze.bfg.router.Settings``
+ (deprecated since 0.6.2). These both must now be imported from
+ ``repoze.bfg.settings``.
+
0.9a2 (2009-05-27)
==================