diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-23 08:30:38 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-23 08:30:38 +0000 |
| commit | 44b2ca3219cf495ae0d3a66b81befdf368ef916d (patch) | |
| tree | 8ca301dbb764f7c6de494a75a93915d8130511bf /CHANGES.txt | |
| parent | bd39b16939147d667e9c483e341c0e0a14284eec (diff) | |
| download | pyramid-44b2ca3219cf495ae0d3a66b81befdf368ef916d.tar.gz pyramid-44b2ca3219cf495ae0d3a66b81befdf368ef916d.tar.bz2 pyramid-44b2ca3219cf495ae0d3a66b81befdf368ef916d.zip | |
- The ``repoze.bfg.router.make_app`` function is now nominally
deprecated. Its import and usage does not throw a warning, nor will
it probably ever disappear. However, using a
``repoze.bfg.configuration.Configurator`` class is now the preferred
way to generate a WSGI application.
- The ``run.py`` module in various ``repoze.bfg`` ``paster`` templates
now use a ``repoze.bfg.configuration.Configurator`` class instead of
the (now-legacy) ``repoze.bfg.router.make_app`` function to produce
a WSGI application.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index cabb15d6c..951e97efd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,6 +12,11 @@ Features function did not create a request object; it instead assigned ``None`` to the threadlocal request value. +- The ``run.py`` module in various ``repoze.bfg`` ``paster`` templates + now use a ``repoze.bfg.configuration.Configurator`` class instead of + the (now-legacy) ``repoze.bfg.router.make_app`` function to produce + a WSGI application. + Bug Fixes ---------- @@ -186,6 +191,15 @@ Backwards Incompatibilites add an attribute to your unit test request object named ``registry`` with the result. +Deprecations +------------ + +- The ``repoze.bfg.router.make_app`` function is now nominally + deprecated. Its import and usage does not throw a warning, nor will + it probably ever disappear. However, using a + ``repoze.bfg.configuration.Configurator`` class is now the preferred + way to generate a WSGI application. + 1.1.1 (2009-11-21) ================== |
