[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.535.2.72
Toby Dickenson
tdickenson@geminidataloggers.com
Fri, 20 Dec 2002 10:39:28 -0500
Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv13283
Modified Files:
Tag: Zope-2_6-branch
CHANGES.txt
Log Message:
collector 736 - allow marshalling tags to contain a '-' character
=== Zope/doc/CHANGES.txt 1.535.2.71 => 1.535.2.72 ===
--- Zope/doc/CHANGES.txt:1.535.2.71 Wed Dec 18 07:08:25 2002
+++ Zope/doc/CHANGES.txt Fri Dec 20 10:39:27 2002
@@ -8,6 +8,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 same way that manage_pasteObjects does.