From be6f3b9ae06b31920d90744b20ccb7a8b4d9a278 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 28 Jul 2010 01:26:09 +0000 Subject: - When adding a view for a route which did not yet exist ("did not yet exist" meaning, temporally, a view was added with a route name for a route which had not yet been added via add_route), the value of the ``custom_predicate`` argument to ``add_view`` was lost. Symptom: wrong view matches when using URL dispatch and custom view predicates together. --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 4185d9a65..6cb89f378 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,7 +7,15 @@ Features - The ``repoze.bfg.configuration.Configurator.add_route`` API now returns the route object that was added. +Bug Fixes +--------- +- When adding a view for a route which did not yet exist ("did not yet + exist" meaning, temporally, a view was added with a route name for a + route which had not yet been added via add_route), the value of the + ``custom_predicate`` argument to ``add_view`` was lost. Symptom: + wrong view matches when using URL dispatch and custom view + predicates together. 1.3a6 (2010-07-25) ================== -- cgit v1.2.3