From 2aa86c1a5227a675d32c4ede06e0c031ae3edfad Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 25 Nov 2009 16:36:29 +0000 Subject: - Replace martian with something simpler. --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 6733d939c..c871769d7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -123,6 +123,9 @@ Internals - The ``repoze.bfg.interfaces.ITemplateRendererFactory`` interface was removed; it has become unused. +- Instead of depending on the ``martian`` package to do code scanning, + we now just use our own scanning routines. + Backwards Incompatibilites -------------------------- @@ -224,6 +227,12 @@ Deprecations ``repoze.bfg.configuration.Configurator`` class is now the preferred way to generate a WSGI application. +Dependencies +------------ + +- The dependency on the ``martian`` package has been removed (its + functionality is replaced internally). + 1.1.1 (2009-11-21) ================== -- cgit v1.2.3