From 74618d548d1c95fbabad222711f3cf84dcc96126 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 2 May 2009 17:03:46 +0000 Subject: We did release an a1. --- CHANGES.txt | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 72baac96e..fdb6ef8d3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,22 @@ 0.8dev ====== +Features +-------- + +- We no longer include the ``configure.zcml`` of the ``chameleon.zpt`` + package within the ``configure.zcml`` of the "repoze.bfg.includes" + package. This has been a no-op for some time now. + +-The ``repoze.bfg.chameleon_zpt`` package no longer imports from + ``chameleon.zpt`` at module scope, deferring the import until later + within a method call. The ``chameleon.zpt`` package can't be + imported on platforms like GAE. + + +0.8a1 (2009-05-02) +================== + Deprecation Warnings and Import Alias Removals --------------------------------------------- @@ -33,15 +49,6 @@ Features incompatibilities, described in the "Backwards Incompatibilities" section below. -- We no longer include the ``configure.zcml`` of the ``chameleon.zpt`` - package within the ``configure.zcml`` of the "repoze.bfg.includes" - package. This has been a no-op for some time now. - --The ``repoze.bfg.chameleon_zpt`` package no longer imports from - ``chameleon.zpt`` at module scope, deferring the import until later - within a method call. The ``chameleon.zpt`` package can't be - imported on platforms like GAE. - Backwards Incompatibilities --------------------------- -- cgit v1.2.3