From 2fc5d11826931435cfb42e2f334391c783f31f1d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 1 Nov 2008 19:38:00 +0000 Subject: - Expose a single ILogger named "repoze.bfg.debug" as a utility; this logger is registered unconditionally and is used by the authorization debug machinery. Applications may also make use of it as necessary rather than inventing their own logger, for convenience. --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index c51be1650..50e96a2ba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,13 @@ Next release + Features + + - Expose a single ILogger named "repoze.bfg.debug" as a utility; + this logger is registered unconditionally and is used by the + authorization debug machinery. Applications may also make use of + it as necessary rather than inventing their own logger, for + convenience. + Bug Fixes - Change default paster template generator to use ``Paste#http`` -- cgit v1.2.3