diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-12-26 22:22:25 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-12-26 22:22:25 +0000 |
| commit | 60f11961c269e3eefa359c8b16bf81ecac4e1412 (patch) | |
| tree | 0db5d72b81f1824d53182429fd152161834e1777 | |
| parent | 8b11d8050aaaf78b454713ab90cee74ce54dca3a (diff) | |
| download | pyramid-60f11961c269e3eefa359c8b16bf81ecac4e1412.tar.gz pyramid-60f11961c269e3eefa359c8b16bf81ecac4e1412.tar.bz2 pyramid-60f11961c269e3eefa359c8b16bf81ecac4e1412.zip | |
Prep for 0.6.
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 41b520421..e63cb025e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Next release +0.6 (12/26/2008) Backwards Incompatibilities @@ -20,8 +20,9 @@ Next release Note that currently the set of requirements necessary to use bfg has not changed. This is due to inappropriate Zope package requirements in ``chameleon.zpt``, which will hopefully be - remedied soon. - + remedied soon. NOTE: in lemonade index a 1.0b8-repozezcml0 + package exists which does away with these requirements. + - BFG applications written prior to this release which expect the "stock" ``zope.component`` ZCML directive implementations (e.g. ``adapter``, ``subscriber``, or ``utility``) to function now @@ -63,7 +64,7 @@ Next release Other - The minimum requirement for ``chameleon.core`` is now 1.0b13. The - minimum requirement for ``chameleon.zpt`` is now 1.0b7. The + minimum requirement for ``chameleon.zpt`` is now 1.0b8. The minimum requirement for ``chameleon.genshi`` is now 1.0b2. - Updated paster template "ez_setup.py" to one that requires |
