[Zope-Checkins] CVS: Zope2 - CHANGES.txt:1.287.2.115

Brian Lloyd brian@digicool.com
Thu, 12 Apr 2001 11:58:57 -0400 (EDT)


Update of /cvs-repository/Zope2/doc
In directory korak:/home/brian/temp/zope-23-branch/doc

Modified Files:
      Tag: zope-2_3-branch
	CHANGES.txt 
Log Message:
updated


--- Updated File CHANGES.txt in package Zope2 --
--- CHANGES.txt	2001/04/12 13:43:33	1.287.2.114
+++ CHANGES.txt	2001/04/12 15:58:56	1.287.2.115
@@ -34,6 +34,12 @@
          
         - An ambiguous timezone alias (CDT) was removed from DateTime.
 
+        - It was not possible to pass 'class=...' to the tag() method 
+          of Image objects because 'class' is a Python reserved word. 
+          Image.tag() now accepts an optional 'css_class' argument 
+          that is turned into a 'class' attribute on the resulting tag 
+          to work around this.
+
     Zope 2.3.1
 
       Bugs Fixed