summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-06-24 21:58:12 +0000
committerChris McDonough <chrism@agendaless.com>2009-06-24 21:58:12 +0000
commit3d1b592d1825bc45c1e55ac6e0b7dcd102b18a9a (patch)
tree5717a4c8164aa2822f29eca028e06d9441f35e63 /CHANGES.txt
parent9d136a0dce4b6d28aa51b060aa64a0e71c566491 (diff)
downloadpyramid-3d1b592d1825bc45c1e55ac6e0b7dcd102b18a9a.tar.gz
pyramid-3d1b592d1825bc45c1e55ac6e0b7dcd102b18a9a.tar.bz2
pyramid-3d1b592d1825bc45c1e55ac6e0b7dcd102b18a9a.zip
Prep for 1.0a3.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt17
1 files changed, 10 insertions, 7 deletions
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``. ``<route>`` 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 ``<route>`` 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 ``<route>`` ZCML directive no longer supports the
- ``<requirement>`` subdirective.
+ ``<requirement>`` subdirective. This was a Routes feature.
1.0a2 (2009-06-23)
==================