comparison ChangeLog @ 199:58284b6b0009

* Removed storage of substream in `MatchDirective`, because it's already being stored in the match templates (related to #39). * Updated changelog.
author cmlenz
date Fri, 25 Aug 2006 10:08:46 +0000
parents cda3bdfc19ed
children 50eab0469148
comparison
equal deleted inserted replaced
198:d7c0a7d65783 199:58284b6b0009
4 4
5 * Expression evaluation now differentiates between undefined variables and 5 * Expression evaluation now differentiates between undefined variables and
6 variables that are defined but set to `None`. This also means that local 6 variables that are defined but set to `None`. This also means that local
7 variables can override built-ins even if the local variable are set to 7 variables can override built-ins even if the local variable are set to
8 `None` (ticket #36). 8 `None` (ticket #36).
9 * The plugin implementation now makes more functions available for use inside
10 templates: XML(), HTML(), defined(), and value-of(). These are mostly for
11 migration from Kid.
9 * The parsing of `py:with` directives has been improved: you can now assign 12 * The parsing of `py:with` directives has been improved: you can now assign
10 to multiple names, and semicolons inside string literals are treated as 13 to multiple names, and semicolons inside string literals are treated as
11 expected. 14 expected.
15 * Generator expressions can now be used in template expressions (ticket #16).
12 16
13 17
14 Version 0.2 18 Version 0.2
15 http://svn.edgewall.org/repos/markup/tags/0.2.0/ 19 http://svn.edgewall.org/repos/markup/tags/0.2.0/
16 (Aug 22 2006, from branches/stable/0.2.x) 20 (Aug 22 2006, from branches/stable/0.2.x)
Copyright (C) 2012-2017 Edgewall Software