Mercurial > genshi > mirror
diff ChangeLog @ 464:2f13c5fc4a4d trunk
Move the mapping of doctype names to tuples out of the plugin into the `DocType` class.
author | cmlenz |
---|---|
date | Thu, 26 Apr 2007 09:46:36 +0000 |
parents | d5e2a7b58116 |
children | 2d3246f9ea54 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,10 @@ * Added the functions `encode()` and `get_serializer()` to the `genshi.output` module, which provide a lower-level API to the functionality previously only available through `Stream.render()` and `Stream.serialize()`. + * The `DocType` class now has a `get(name)` function that returns a `DOCTYPE` + tuple for a given string. + * Added frameset variants to the `DocType` constants for HTML 4.01 and XHTML + 1.0. Version 0.4