[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.566

Chris McDonough chrism@zope.com
Sun, 24 Nov 2002 00:43:22 -0500


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv20996

Modified Files:
	CHANGES.txt 
Log Message:



=== Zope/doc/CHANGES.txt 1.565 => 1.566 ===
--- Zope/doc/CHANGES.txt:1.565	Wed Nov 13 10:55:22 2002
+++ Zope/doc/CHANGES.txt	Sun Nov 24 00:43:21 2002
@@ -8,6 +8,11 @@
     
     Features Added
 
+      - The zLOG package is now backed by Vinay Sajip's "PEP 282" logger
+        which has been included in lib/python/logging.  As a result,
+	the ZLogger package was removed (as its only real duty was to
+	handle syslog-based logging).
+
       - Zope's shutdown process is now more careful and clean. It
         avoids sending half-complete responses to clients, particularly
         when running in a cluster using ICP.