From c6e58bb5f01d37c2dc1c704c0915dc995d49a262 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 3 Sep 2008 17:43:57 +0000 Subject: - Add startup process docs. --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index e8a7b1e71..c4ae68324 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,16 @@ Next Release + Features + + - Add startup process docs. + Bug Fixes + - Move core repoze.bfg ZCML into a ``repoze.bfg.includes`` package so we can + use repoze.bfg better as a namespace package. Adjust the code generator to + use it. We've left around the older configure.zcml in the repoze.bfg + package directly so as not to break older apps. + - When a zcml application registry cache was unpickled, and it contained a reference to an object that no longer existed (such as a view), bfg would not start properly. -- cgit v1.2.3