diff options
| author | Chris McDonough <chrism@plope.com> | 2013-09-07 01:54:10 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-09-07 01:54:10 -0400 |
| commit | f504ccc216a6d6058ed9228b07f7d1d9a9e5945e (patch) | |
| tree | 337cc790b60fee87fea2d46406bbfd5dcc62910d /CHANGES.txt | |
| parent | 9e38c09a0729cf1a00bcff7440c81ded02dbb129 (diff) | |
| download | pyramid-f504ccc216a6d6058ed9228b07f7d1d9a9e5945e.tar.gz pyramid-f504ccc216a6d6058ed9228b07f7d1d9a9e5945e.tar.bz2 pyramid-f504ccc216a6d6058ed9228b07f7d1d9a9e5945e.zip | |
add change notes
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5c058a9c5..668a696f1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,8 +4,8 @@ Next Release Bug Fixes --------- -- Fix an exception in ``package_name()`` when resolving the package - name for namespace packages. +- Fix an exception in ``pyramid.path.package_name`` when resolving the package + name for namespace packages that had no ``__file__`` attribute. Backwards Incompatibilities --------------------------- @@ -21,6 +21,12 @@ Backwards Incompatibilities only necessary when the renderer is generating a response; it was a bug when it was done as a side effect of calling ``pyramid.renderers.render()``. +- The Mako and Chameleon renderers have been removed from Pyramid. Their + functionality has been moved to the ``pyramid_mako`` and + ``pyramid_chameleon`` distributions respectively. + +- Removed the ``bfg2pyramid`` fixer script. + 1.5a1 (2013-08-30) ================== |
