diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-12-21 20:49:45 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-12-21 20:49:45 +0000 |
| commit | b65d8eacda1da9105b027e8e02e95be13854061a (patch) | |
| tree | 782bce7935f9bab4821baa49d59f42a43bd1a062 /CHANGES.txt | |
| parent | 931387988788d33bfc9d6052d61611c9657e9905 (diff) | |
| download | pyramid-b65d8eacda1da9105b027e8e02e95be13854061a.tar.gz pyramid-b65d8eacda1da9105b027e8e02e95be13854061a.tar.bz2 pyramid-b65d8eacda1da9105b027e8e02e95be13854061a.zip | |
- Updated paster template "ez_setup.py" to one that requires
setuptools 0.6c9.
- Turn ``view_execution_permitted`` from the :mod:`repoze.bfg.view`
module into a documented API.
- Doc cleanups.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 335d36bfb..bb71dc77a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ Next release - Backwards Incompatibilities (Major) + Backwards Incompatibilities - Rather than prepare the "stock" implementations of the ZCML directives from the ``zope.configuration`` package for use under @@ -61,6 +61,14 @@ Next release minimum requirement for ``chameleon.zpt`` is now 1.0b7. The minimum requirement for ``chameleon.genshi`` is now 1.0b2. + - Updated paster template "ez_setup.py" to one that requires + setuptools 0.6c9. + + - Turn ``view_execution_permitted`` from the :mod:`repoze.bfg.view` + module into a documented API. + + - Doc cleanups. + 0.5.6 (12/18/2008) - Speed up ``traversal.model_url`` execution by using a custom url |
