From 3d1b592d1825bc45c1e55ac6e0b7dcd102b18a9a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 24 Jun 2009 21:58:12 +0000 Subject: Prep for 1.0a3. --- CHANGES.txt | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index d5e92720c..63a77c1d6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.0a3 (2009-06-24) +================== Implementation Changes ---------------------- @@ -7,7 +7,9 @@ Implementation Changes - ``repoze.bfg`` no longer relies on the Routes package to interpret URL paths. All known existing ``path`` patterns will continue to work with the reimplemented logic, which lives in - ``repoze.bfg.urldispatch``. + ``repoze.bfg.urldispatch``. ```` ZCML directives which use + certain attributes (uncommon ones) may not work (see "Backwards + Incompatibilities" below). Bug Fixes --------- @@ -42,15 +44,16 @@ Backwards Incompatibilities - As a result of disusing Routes, using the Routes ``url_for`` API inside a BFG application (as was suggested by previous iterations of - tutorials) will no longer work. + tutorials) will no longer work. Use the + ``repoze.bfg.url.route_url`` method instead. - The following attributes on the ```` ZCML directive no longer work: ``encoding``, ``static``, ``filter``, ``condition_method``, - ``condition_subdomain``, ``condition_function``, ``explicit``, - ``subdomains``. + ``condition_subdomain``, ``condition_function``, ``explicit``, or + ``subdomains``. These were all Routes features. - The ```` ZCML directive no longer supports the - ```` subdirective. + ```` subdirective. This was a Routes feature. 1.0a2 (2009-06-23) ================== -- cgit v1.2.3