0.4.03
======

raise XamlError or ParseError instead of SystemExit and ValueError


0.4.02
======

make the default tag be 'div' for html (it's field for 'xml')


0.4.01
======

add document type override
add multiple class shortcut ability


0.4.00
======

allow file encoding cookies in meta (!!!) lines (tested with vim)


0.3.13
======

add html 4 and 5 support


0.3.12
======

allow a namespace to be injected into the xaml execution environment


0.3.10
======

allow tags in content line if at start of line (after whitespace)


0.3.07
======

add from-xml command to convert xml file to xaml (comments are lost)


0.3.05
======

add support for Python filter


0.3.04
======

properly handle miscellaneous content


0.3.01
======

remove Xaml.parse() and add Xaml.document (what .parse() used to return)


0.3.00
======

add support for embedded python code to dynamically generate pages


0.2.00
======

xml 1.0 compliance


0.1.09
======

add framework to allow specifying markup styles besides xml, and output
encodings besides utf-8


0.1.08
======

more functionality in place

  - meta command for input file encoding
  - meta command for xml/html/whatever (only xml1.0 supported so far)

  - parens now supported
  - comments now supported
  - blank lines passed through to final xml file


0.1
===

First release: basic functionality intact, many refinements and extended
functionality still needed.
