From b3018eb842b7e3ff69ce2bfc8e6b16b21d879f20 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 21 Nov 2009 05:22:14 +0000 Subject: Changelog. --- CHANGES.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index ccda60d52..56d35bd20 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -134,6 +134,18 @@ Backwards Incompatibilites add an attribute to your unit test request object named ``registry`` with the result. +1.1.1 (2009-11-21) +================== + +Bug Fixes +--------- + +- "Hybrid mode" applications (applications which explicitly used + traversal *after* url dispatch via ```` paths containing the + ``*traverse`` element) were broken in 1.1-final and all 1.1 alpha + and beta releases. Views registered without a ``route_name`` route + shadowed views registered with a ``route_name`` inappropriately. + 1.1 (2009-11-15) ================ -- cgit v1.2.3