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

Evan Simpson evan@zope.com
Wed, 9 Oct 2002 10:38:08 -0400


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

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:
Fix Collector #372 by having TALInterpreter fetch the expression compiler from the execution context when it parses
inserted structural text.


=== Releases/Zope/doc/CHANGES.txt 1.535.2.27 => 1.535.2.28 ===
--- Releases/Zope/doc/CHANGES.txt:1.535.2.27	Tue Oct  8 19:01:51 2002
+++ Releases/Zope/doc/CHANGES.txt	Wed Oct  9 10:37:37 2002
@@ -8,6 +8,8 @@
 
     Bugs Fixed
 
+      - Collector #372: tal:attributes failed when combined with tal:replace.
+
       - Don't try to close network connections in the signal handler
         for shutdown.  This hosed ZEO clients.