[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.579
Toby Dickenson
tdickenson@geminidataloggers.com
Fri, 20 Dec 2002 10:39:23 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv13265
Modified Files:
CHANGES.txt
Log Message:
collector 736 - allow marshalling tags to contain a '-' character
=== Zope/doc/CHANGES.txt 1.578 => 1.579 ===
--- Zope/doc/CHANGES.txt:1.578 Wed Dec 18 07:03:43 2002
+++ Zope/doc/CHANGES.txt Fri Dec 20 10:39:22 2002
@@ -25,6 +25,9 @@
Bugs Fixed
+ - Collector #736: ZPublisher now allows marshalling tags to contain
+ a '-'. This is the first step towards a fix for Collector #737
+
- Collector #714: CopySupport's manage_clone now calls
manage_afterClone in the saem way that manage_pasteObjects does.