From b06b260b83bfc2f40105c6e730f5e7e8eccd61d9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 21 Oct 2009 18:55:34 +0000 Subject: - Fix bug encountered during "scan" (when ```` directive is used in ZCML) introduced in 1.1a7. Symptom: ``AttributeError: object has no attribute __provides__`` raised at startup time. --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGES.txt') diff --git a/CHANGES.txt b/CHANGES.txt index 79990471e..9955bc321 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -29,6 +29,10 @@ Bug Fixes ``authtktauthenticationpolicy`` authentication policy is in effect. (Patch from Andreas Zeidler). +- Fix bug encountered during "scan" (when ```` directive is + used in ZCML) introduced in 1.1a7. Symptom: ``AttributeError: + object has no attribute __provides__`` raised at startup time. + Documentation ------------- -- cgit v1.2.3