// A template for creating release notes for a version
//
:version: @VERSION@
:date: @DATE@
:dist-url: https://smlnj.org/dist/working/{version}/
:history: {dist-url}HISTORY.html
:issue-base: https://github.com/smlnj/smlnj/issues
:legacy-issue-base: https://github.com/smlnj/legacy/issues
:pull-base: https://github.com/smlnj/smlnj/pull
:legacy-pull-base: https://github.com/smlnj/legacy/pull
:wiki-base: https://github.com/smlnj/.github/wiki
:stem: latexmath
:source-highlighter: pygments
:stylesheet: release-notes.css
:notitle:

= Standard ML of New Jersey Release Notes

[subs=attributes]
++++
<div class="smlnj-banner">
  <span class="title"> Standard ML of New Jersey <br/> Release Notes </span>
  <br/> <br/>
  <span class="subtitle"> Version {version} <br/> {date} </span>
</div>
++++

''''''''
--
SML/NJ HOME::
  https://www.smlnj.org/index.html[[.tt]#https://smlnj.org#]
FILES::
  {dist-url}index.html[[.tt]#{dist-url}#]
--
''''''''

== Summary

// **** summary description of release

== Details

// **** details: include those sections that are relevant

=== Compiler

=== CM

=== MLRISC

=== Runtime System

=== Basis Library

=== SML/NJ Library

=== Successor ML

=== ML-LPT

=== Documentation

=== Installation

== Bugs

Here is a list of the issues and pull requests that are closed with this release.

[.buglist,cols="^1,<15",strips="none",options="header"]
|=======
| Issue
| Description
// | [.bugid]#@ID@#
// | {issue-base}/@ID@[@DESCRIPTION@]
|=======

We also fixed the following bugs that did not have issues
associated with them (or were bug fixes ported from the legacy
repository):

// ***** include a list of unnumbered/legacy bugs here *****

== Supported systems

We believe that SML/NJ will build and run on the following systems, but have only
tested some of them:

[.support-table,cols="^2s,^4v,^3v",options="header",strips="none"]
|=======
| Architecture | Operating System | Status
| AMD64 | |
| | macOS 11 (Big Sur) |
| | macOS 12 (Monterey) |
| | macOS 13 (Ventura) |
| | macOS 14 (Sonoma) |
| | macOS 15 (Sequoia) | Tested
| | macOS 26 (Tahoe) |
| | Ubuntu 20.04.6 LTS | Tested
| | Ubuntu 22.04.2 LTS | Tested
| {nbsp} | |
| ARM64 | |
| | macOS 11 (Big Sur) |
| | macOS 12 (Monterey) |
| | macOS 13 (Ventura) |
| | macOS 14 (Sonoma) |
| | macOS 15 (Sequoia) | Tested
| | macOS 26 (Tahoe) | Tested
| | Linux |
| {nbsp} | |
|=======
