Mercurial > genshi > mirror
diff ChangeLog @ 785:36fb0a57fe74 trunk
Fix for #250: ignore expressions in attribute values when inside `i18n:msg` elements.
author | cmlenz |
---|---|
date | Thu, 31 Jul 2008 14:18:25 +0000 |
parents | 7a8ed44a5cfd |
children | 73429f585213 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,14 @@ * Support for Python 2.3 has been dropped. +Version 0.5.2 +http://svn.edgewall.org/repos/genshi/tags/0.5.2/ +(???, from branches/stable/0.5.x) + + * Fix problem with I18n filter that would get confused by expressions in + attribute values when inside an `i18n:msg` block (ticket #250). + + Version 0.5.1 http://svn.edgewall.org/repos/genshi/tags/0.5.1/ (Jul 9 2008, from branches/stable/0.5.x)