comparison ChangeLog @ 218:af15e231d972

Updated change log.
author cmlenz
date Mon, 04 Sep 2006 23:41:10 +0000
parents 50eab0469148
children e4dad1145f84
comparison
equal deleted inserted replaced
217:d8b195b22a44 218:af15e231d972
12 * 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
13 to multiple names, and semicolons inside string literals are treated as 13 to multiple names, and semicolons inside string literals are treated as
14 expected. 14 expected.
15 * Generator expressions can now be used in template expressions (ticket #16). 15 * Generator expressions can now be used in template expressions (ticket #16).
16 * Added serialization to plain text (ticket #41). 16 * Added serialization to plain text (ticket #41).
17 * Calling functions from template expressions with *args and/or **kwargs
18 now works correctly (ticket #42).
19 * The `TemplateLoader` class and the `Template` instances that it manages are
20 now thread-safe, as they no longer keep any state related to the current
21 processing context.
22 * Stream filters and serializers can now be applied using the "pipe" (bitwise
23 or) operator "|".
24 * The execution of named template functions (`py:def`) no longer silently
25 swallows TypeError exceptions (ticket #44).
26 * The XML Parser now correctly handles unicode input (ticket #43).
27 * HTML entities can now be used in templates without having to declare an HTML
28 document type.
29 * Error reporting on undefined entities has been fixed.
30 * Fix traversal of substreams by XPath expressions. For example, the path
31 '*/*' no longer matches non-immediate child elements, and '@*' no longer
32 matches the attributes of descendants.
33 * Fixes for `py:match` which would get confused when it should be applied
34 to multiple elements (ticket #49).
17 35
18 36
19 Version 0.2 37 Version 0.2
20 http://svn.edgewall.org/repos/markup/tags/0.2.0/ 38 http://svn.edgewall.org/repos/markup/tags/0.2.0/
21 (Aug 22 2006, from branches/stable/0.2.x) 39 (Aug 22 2006, from branches/stable/0.2.x)
Copyright (C) 2012-2017 Edgewall Software