{% assign product = siteTree[currentLanguage][currentVersion].products[currentProduct] %} {% include head %} {% include sidebar %}
{% include header %} {% include deprecation-banner %}
{% include article-version-switcher %}
{% include breadcrumbs %}
{% include article-version-switcher %}

{{ allVersions[currentVersion].versionTitle }}

{% for patch in releaseNotes %}

{{ 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 != '

    n/a

    ' %}
  • {{ note.note }}
  • {% endif %} {% endfor %}
{% endfor %}
{% endfor %}
{% include support %} {% include small-footer %}