diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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) ================== |
