[CMF-checkins] CVS: CMF - CHANGES.txt:1.131
Yvo Schubbe
schubbe@web.de
Thu, 13 Feb 2003 02:46:51 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv12702
Modified Files:
CHANGES.txt
Log Message:
Merged yuppie-collector123-branch:
- Changed _actions' making them tuples. (Collector #123)
=== CMF/CHANGES.txt 1.130 => 1.131 ===
--- CMF/CHANGES.txt:1.130 Wed Feb 5 12:50:56 2003
+++ CMF/CHANGES.txt Thu Feb 13 02:46:20 2003
@@ -61,6 +61,9 @@
Bug Fixes
+ - Action providers: Default _actions' are now tuples, not lists.
+ (Collector #123)
+
- Document: Ensured that 'edit()' and 'PUT()' strip of xhtml headers and
html headers including DOCTYPE declarations. (Collector #41)