comparison ChangeLog @ 432:3879c9ad3472

* Updated change log * Updated CherryPy example to 3.0
author cmlenz
date Thu, 22 Mar 2007 18:54:09 +0000
parents 878ffab274a6
children 3d82c5bdbf46
comparison
equal deleted inserted replaced
431:747baa1cd597 432:3879c9ad3472
45 * Runtime error handling in template expressions has become more strict 45 * Runtime error handling in template expressions has become more strict
46 (ticket #88). Where you previously could access undefined variables or 46 (ticket #88). Where you previously could access undefined variables or
47 members, you now get an exception. If a variable is not necessarily defined 47 members, you now get an exception. If a variable is not necessarily defined
48 at the top level of the template data, the new built-in functions 48 at the top level of the template data, the new built-in functions
49 `defined(name)` and `value_of(name, default)` need to be used. 49 `defined(name)` and `value_of(name, default)` need to be used.
50 * `style` attributes are no longer allowed by the `HTMLSanitizer` by default.
51 If it is explicitly added to the set of safe attributes, and unicode escapes
52 in the attribute value are handled correctly.
50 53
51 54
52 Version 0.3.6 55 Version 0.3.6
53 http://svn.edgewall.org/repos/genshi/tags/0.3.6/ 56 http://svn.edgewall.org/repos/genshi/tags/0.3.6/
54 (Dec 11 2006, from branches/stable/0.3.x) 57 (Dec 11 2006, from branches/stable/0.3.x)
Copyright (C) 2012-2017 Edgewall Software