[Zope-Checkins] CVS: Releases/Zope/doc - CHANGES.txt:1.542

Evan Simpson evan@zope.com
Wed, 25 Sep 2002 20:30:24 -0400


Update of /cvs-repository/Releases/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv27140/doc

Modified Files:
	CHANGES.txt 
Log Message:
Added unit tests for the behavior of tal:attributes with 'default'.
Fixed Collector #580 by making evaluateBoolean() an alias for evaluate().


=== Releases/Zope/doc/CHANGES.txt 1.541 => 1.542 ===
--- Releases/Zope/doc/CHANGES.txt:1.541	Wed Sep 25 18:57:55 2002
+++ Releases/Zope/doc/CHANGES.txt	Wed Sep 25 20:29:54 2002
@@ -6,6 +6,8 @@
 
     Bugs Fixed
 
+      - Collector #580: TALES evaluateBoolean() was squishing 'default'.
+
       - Collector #581: TALES Path traversal should not special-case a blank
         string in the second element position.  It now skips directly
         to item access when a path element is blank or has a leading '_'.