diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-05-28 13:49:18 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-05-28 13:49:18 +0000 |
| commit | 82fefc4220a26b37484d2c79db4fdaeb9aebf7e9 (patch) | |
| tree | f58149ef83b2bd8748751230d6691dc442100d08 /CHANGES.txt | |
| parent | 5968cd6ab617d6b25a43cd3bd3866d4a8f635638 (diff) | |
| download | pyramid-82fefc4220a26b37484d2c79db4fdaeb9aebf7e9.tar.gz pyramid-82fefc4220a26b37484d2c79db4fdaeb9aebf7e9.tar.bz2 pyramid-82fefc4220a26b37484d2c79db4fdaeb9aebf7e9.zip | |
- Add a ``get_app`` API functions to the ``paster`` module. This
obtains a WSGI application from a config file given a config file
name and a section name. See the ``repoze.bfg.paster`` API docs for
more information.
- Add a new module named ``scripting``. It contains a ``get_root``
API function, which, provided a Router instance, returns a traversal
root object and a "closer". See the ``repoze.bfg.scripting`` API
docs for more info.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6bb1a96d1..a75cd513c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,19 @@ +Next release +============ + +Features +-------- + +- Add a ``get_app`` API functions to the ``paster`` module. This + obtains a WSGI application from a config file given a config file + name and a section name. See the ``repoze.bfg.paster`` API docs for + more information. + +- Add a new module named ``scripting``. It contains a ``get_root`` + API function, which, provided a Router instance, returns a traversal + root object and a "closer". See the ``repoze.bfg.scripting`` API + docs for more info. + 0.9a4 (2009-05-27) ================== |
