--- title: Changelog menu: docs.changelog layout: docs --- {% for version in site.data.changelog reversed %}
{{ version.version }}{{ version.date | date: '%B %d, %Y' }}
{% if version.description %}

{{ version.description }}

{% endif %} {% if version.changes %} {% endif %}
{% endfor %}