[CMF-checkins] CVS: CMF - CHANGES.txt:1.27
   
    Tres Seaver
     
    tseaver@zope.com
       
    Wed, 14 Nov 2001 23:54:23 -0500
    
    
  
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv374
Modified Files:
	CHANGES.txt 
Log Message:
  - Made error message generated by FSPropertiesObject capture the
    offending line and line #;  also, added logic to allow blank
    lines and comment lines beginning with '#' (tracker #338).
=== CMF/CHANGES.txt 1.26 => 1.27 ===
  Bug fixes
 
+  - Made error message generated by FSPropertiesObject capture the
+    offending line and line #;  also, added logic to allow blank
+    lines and comment lines beginning with '#' (tracker #338).
+
   - Added fixup to Link objects for user-entered URLs which don't
     supply scheme:  for example, fix up 'www.zope.com' to
     'http://www.zope.com'.  (tracker #361)