[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.406.2.83
Martijn Pieters
mj@zope.com
Tue, 12 Nov 2002 11:08:36 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv17162/doc
Modified Files:
Tag: Zope-2_5-branch
CHANGES.txt
Log Message:
Fix for collector issue #650: Implicit marshalling for lists where the first
two values are tainted failed because no implicit conversion to a list took
place.
=== Zope/doc/CHANGES.txt 1.406.2.82 => 1.406.2.83 ===
--- Zope/doc/CHANGES.txt:1.406.2.82 Wed Oct 16 14:32:06 2002
+++ Zope/doc/CHANGES.txt Tue Nov 12 11:08:05 2002
@@ -109,6 +109,9 @@
the tree, but the filter wasn't applied when trying to filter candidate
child nodes through a custom setChildAccess filter.
+ - Collector #650: Fixed implicit list marshalling for lists where the
+ first two values are tainted.
+
Zope 2.5.1
New Features