diff ChangeLog @ 365:85d910b8f9e5

Fix for #62: preserve whitespace in front of directives.
author cmlenz
date Wed, 22 Nov 2006 20:48:35 +0000
parents 2304e080ec07
children e8218c4a4590
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,8 +30,17 @@
    are callable.
  * Instances of the `genshi.core.Attrs` class are now immutable (they are
    subclasses of `tuple` instead of `list`).
- * Preserve whitespace in HTML `<pre>` elements also when they contained any
-   child elements.
+
+
+Version 0.3.5
+http://svn.edgewall.org/repos/genshi/tags/0.3.4/
+(Nov 22 2006, from branches/stable/0.3.x)
+
+ * Preserve whitespace in HTML `<pre>` elements also when they contain child
+   elements.
+ * Match templates no longer match their own output (ticket #77).
+ * Blank lines before directives in text templates are now preserved as
+   expected (ticket #62).
 
 
 Version 0.3.4
Copyright (C) 2012-2017 Edgewall Software