%! title = "Changelog" uses_toc = True %> <%inherit file="/page.mako" /> <%def name="preface()">
This is a condensed changelog (starting with version 0.8.5) for portato. The complete one can be found in the sources.
Note: Releases with a forth version number (e.g. 0.9.0.2) are bugfix releasse and therefore not mentioned extra. From 0.10 onwards, the third part is omitted. This means, that now everything with a third number is a bugfix release.
%def> % for html, name in h.getChangelogs("/changelogs"): <%self:h2 tag="h3">${name}%self:h2> ${html} % endfor