SVN: CMF/branches/1.5/CHANGES.txt Note logger fix in changelog.
Tres Seaver <[email protected]>
| Newsgroups | gmane.comp.web.zope.cmf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Log message for revision 68846:
Note logger fix in changelog.
Changed:
U CMF/branches/1.5/CHANGES.txt
-=-
Modified: CMF/branches/1.5/CHANGES.txt
===================================================================
--- CMF/branches/1.5/CHANGES.txt 2006-06-26 17:29:23 UTC (rev 68845)
+++ CMF/branches/1.5/CHANGES.txt 2006-06-26 17:33:45 UTC (rev 68846)
@@ -2,6 +2,9 @@
Bug Fixes
+ - CMFCore.CatalogTool: Removed import of LOG object from ZCatalog in
+ favor of the new 'logger' pattern using Python's logging module.
+
- Forward-ported fix for DCWorkflow global actions missing IDs
(http://www.zope.org/Collectors/CMF/308).