From a9454c13d890c5775d58735199f57caaf75aed33 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 14 Aug 2009 07:27:44 +0000 Subject: - Move (non-API) default_view, default_forbidden_view, and default_notfound_view functions into the ``repoze.bfg.view`` module (moved from ``repoze.bfg.router``). --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 0943070db..b022bf8c7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Next release ============ +- Move (non-API) default_view, default_forbidden_view, and + default_notfound_view functions into the ``repoze.bfg.view`` module + (moved from ``repoze.bfg.router``). + - Request-only-convention examples in the "Views" narrative documentation were broken. -- cgit v1.2.3