{{ allVersions[currentVersion].versionTitle }}
{{ patch.version }}
{% if patch.release_candidate %}
Release Candidate
{% endif %}
{{ patch.date | date: "%B %d, %Y" }}
{{ patch.intro }}
{% for section in patch.sortedNotes %}
{% include 'release-notes-category-label' %}
-
{% for note in section.notes %}
{% if note.note and note.note != '
- {{ note.note }} {% endif %} {% endfor %}
n/a
' %}