Mercurial > genshi > mirror
diff ChangeLog @ 192:b64e36bc1100 trunk
Expression evaluation now differentiates between undefined variables and variables that are defined but set to `None`.
author | cmlenz |
---|---|
date | Wed, 23 Aug 2006 17:49:14 +0000 |
parents | 95c3813a00de |
children | 71ce4b5335ba |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Version 0.3 +http://svn.edgewall.org/repos/markup/tags/0.3.0/ +(?, from branches/stable/0.3.x) + + * Expression evaluation now differentiates between undefined variables and + variables that are defined but set to `None`. This also means that local + variables can override built-ins even if the local variable are set to + `None` (ticket #36). + * The parsing of `py:with` directives has been improved: you can now assign + to multiple names, and semicolons inside string literals are treated as + expected. + + Version 0.2 http://svn.edgewall.org/repos/markup/tags/0.2.0/ (Aug 22 2006, from branches/stable/0.2.x)