comparison ChangeLog @ 804:6bf73f6aa2b6 stable-0.5.x

Ported [1005] to 0.5.x branch.
author cmlenz
date Thu, 05 Mar 2009 10:06:45 +0000
parents aa296d1c0a3d
children 5103d9c89190
comparison
equal deleted inserted replaced
801:aa296d1c0a3d 804:6bf73f6aa2b6
4 4
5 * Fix problem with I18n filter that would get confused by expressions in 5 * Fix problem with I18n filter that would get confused by expressions in
6 attribute values when inside an `i18n:msg` block (ticket #250). 6 attribute values when inside an `i18n:msg` block (ticket #250).
7 * Fix problem with the transformation filter dropping events after the 7 * Fix problem with the transformation filter dropping events after the
8 selection (ticket #290). 8 selection (ticket #290).
9 * `for` loops in template code blocks no longer establish their own locals
10 scope, meaning you can now access variables assigned in the loop outside
11 of the loop, just as you can in regular Python code (ticket #259).
9 12
10 13
11 Version 0.5.1 14 Version 0.5.1
12 http://svn.edgewall.org/repos/genshi/tags/0.5.1/ 15 http://svn.edgewall.org/repos/genshi/tags/0.5.1/
13 (Jul 9 2008, from branches/stable/0.5.x) 16 (Jul 9 2008, from branches/stable/0.5.x)
Copyright (C) 2012-2017 Edgewall Software