Skip to content

remove old changelog page #1765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions _includes/download-resource-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ <h3>Other resources</h3>
<h2 id="other-releases">Other Releases</h2>

<p>You can find the links to prior versions or the latest development version below.
To see a detailed list of changes for each version of Scala please refer to the <a href="{{ site.baseurl }}/download/changelog.html">changelog</a>.</p>

<p>
Note that different major releases of Scala 2 (e.g. Scala 2.11.x and Scala 2.12.x) are not
Expand All @@ -56,8 +55,7 @@ <h2 id="other-releases">Other Releases</h2>
<li><a href="/download/{{ release.version }}.html">Scala {{ release.version }}</a> - Released on {{ release.release_date }}</li>
</ul></li>
{% endfor %}
<li><a href="https://scala-lang.org/files/archive/nightly/">Nightly builds</a></li>
<li><a href="/download/changelog.html">Changelog</a></li>
<li><a href="https://docs.scala-lang.org/overviews/core/nightlies.html">Nightly builds</a></li>
<li><a href="/download/all.html">All Scala releases</a></li>
</ul>
</div>
Loading