diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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. |
