Imprimatur 009

A new version of Imprimatur has been released. The only change is with <parameter> elements. They used to look like:

<parameter name="emailAddress" value="adam.smith@localhost"/>

but now they look like:

<parameter name="emailAddress">adam.smith@localhost</parameter>

This is so that you can conveniently have parameter values with line breaks.