--- layout: default ---

{% if page.custom_title %}{{ page.custom_title }}{% else %}{{ site.title }} Changelog{% endif %}

    {% for post in site.posts %}
  1. {{ post.title }} ({{ post.version }}) Permalink

    {{ post.content }}

  2. {% endfor %}