comparison 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
comparison
equal deleted inserted replaced
364:41d6eb7885ec 365:85d910b8f9e5
28 `genshi.template` package. 28 `genshi.template` package.
29 * Results of expression evaluation are no longer implicitly called if they 29 * Results of expression evaluation are no longer implicitly called if they
30 are callable. 30 are callable.
31 * Instances of the `genshi.core.Attrs` class are now immutable (they are 31 * Instances of the `genshi.core.Attrs` class are now immutable (they are
32 subclasses of `tuple` instead of `list`). 32 subclasses of `tuple` instead of `list`).
33 * Preserve whitespace in HTML `<pre>` elements also when they contained any 33
34 child elements. 34
35 Version 0.3.5
36 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
37 (Nov 22 2006, from branches/stable/0.3.x)
38
39 * Preserve whitespace in HTML `<pre>` elements also when they contain child
40 elements.
41 * Match templates no longer match their own output (ticket #77).
42 * Blank lines before directives in text templates are now preserved as
43 expected (ticket #62).
35 44
36 45
37 Version 0.3.4 46 Version 0.3.4
38 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ 47 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
39 (Nov 2 2006, from branches/stable/0.3.x) 48 (Nov 2 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software