Mercurial > genshi > mirror
diff ChangeLog @ 758:9f28d17b1f72 trunk
Fix problem with nested match templates not being applied when buffering on the outer `py:match` is disabled. Thanks to Erik Bray for reporting the problem and providing a test case.
author | cmlenz |
---|---|
date | Mon, 16 Jun 2008 09:22:21 +0000 |
parents | 70a172ab5705 |
children | df2eda814f2d |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,15 @@ * Support for Python 2.3 has been dropped. +Version 0.5.1 +http://svn.edgewall.org/repos/genshi/tags/0.5.1/ +(???, from branches/stable/0.5.x) + + * Fix problem with nested match templates not being applied when buffering + on the outer `py:match` is disabled. Thanks to Erik Bray for reporting the + problem and providing a test case! + + Version 0.5 http://svn.edgewall.org/repos/genshi/tags/0.5.0/ (Jun 9 2008, from branches/stable/0.5.x)