From e6fa66bd2c18632ef0608c63fb024b01931a5272 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 18 Apr 2010 21:54:20 +0000 Subject: - Use "Venusian" (`http://docs.repoze.org/venusian `) to perform ``bfg_view`` decorator scanning rather than relying on a BFG-internal decorator scanner. (Truth be told, Venusian is really just a generalization of the BFG-internal decorator scanner). - A new install-time dependency on the ``venusian`` distribution was added. - Remove ``repoze.bfg.compat.pkgutil_26.py`` and import alias ``repoze.bfg.compat.walk_packages``. These were only required by internal scanning machinery; Venusian replaced the internal scanning machinery, so these are no longer required. --- CHANGES.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 640c1e120..7561f224f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -51,6 +51,12 @@ Features This feature was kindly contributed by Andrey Popp. +- Use "Venusian" (`http://docs.repoze.org/venusian + `) to perform ``bfg_view`` + decorator scanning rather than relying on a BFG-internal decorator + scanner. (Truth be told, Venusian is really just a generalization + of the BFG-internal decorator scanner). + Deprecations ------------ @@ -61,6 +67,12 @@ Deprecations the foreseeable future, but they are deprecated in the documentation. +Dependencies +------------ + +- A new install-time dependency on the ``venusian`` distribution was + added. + Internal -------- @@ -73,6 +85,11 @@ Internal they weren't APIs and they became vestigial with the addition of exception views. +- Remove ``repoze.bfg.compat.pkgutil_26.py`` and import alias + ``repoze.bfg.compat.walk_packages``. These were only required by + internal scanning machinery; Venusian replaced the internal scanning + machinery, so these are no longer required. + Documentation ------------- -- cgit v1.2.3