{% assign product = siteTree[currentLanguage][currentVersion].products[currentProduct] %} {% include head %} {% include sidebar %}
{% include header %} {% include deprecation-banner %}
{% if prevRelease %} {% octicon "chevron-left" %} {{ prevRelease }} {% else %}
{% endif %}

{{ currentVersion | version_num }} Release notes

{% if nextRelease %} {{ nextRelease }} {% octicon "chevron-right" %} {% else %}
{% endif %}
{% for patch in releaseNotes %}

{{ allVersions[currentVersion].versionTitle }}.{{ patch.patchVersion }}

{% if patch.release_candidate %} Release Candidate {% endif %} Download

{{ patch.date | date: "%B %d, %Y" }}

{% if patch.version != latestPatch and allVersions[currentVersion].currentRelease == latestRelease %}

{% data ui.header.notices.ghes_release_notes_upgrade_patch_only %}

{% endif %} {% if patch.version == latestPatch and allVersions[currentVersion].currentRelease != latestRelease %}

{% data ui.header.notices.ghes_release_notes_upgrade_release_only %}

{% endif %} {% if patch.version != latestPatch and allVersions[currentVersion].currentRelease != latestRelease %}

{% data ui.header.notices.ghes_release_notes_upgrade_patch_and_release %}

{% endif %}
{{ patch.intro }}
{% for section in patch.sections %}
{% include release-notes-category-label %}
    {% for note in section[1] %}
  • {% if note.heading %} {% assign slug = note.heading | slugify %}

    {{ note.heading }}

      {% for subNote in note.notes %}
    • {{ subNote }}
    • {% endfor %}
    {% else %} {{ note }} {% endif %}
  • {% endfor %}
{% endfor %}
{% endfor %}
{% include support-section %} {% include small-footer %} {% include scroll-button %}