lean4-htt/releases_drafts
David Thrane Christiansen 70b4943506
chore: add release draft for the module system (#11359)
This PR adds a release note draft for the next major release, where the
module system will cease being experimental.

---------

Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
2025-11-26 15:01:07 +00:00
..
environment.md feat: importModules without loading environment extensions (#6325) 2025-04-02 08:37:11 +00:00
module-system.md chore: add release draft for the module system (#11359) 2025-11-26 15:01:07 +00:00
README.md chore: updates to release_checklist.md (#7817) 2025-04-04 03:45:36 +00:00

Draft release notes

This folder contains drafts of release notes for the upcoming version. During the process to create a release candidate, we look through all the commits that make up the release to prepare the release notes, and in that process we take these drafts into account.

Guidelines:

  • Write good commit messages The first paragraph should briefly explain the impact of a change from a user's point of view. (Recall: the first paragraph, which should begin with "This PR", is automatically incorporated into the release notes by script/release_notes.py. See doc/dev/release_checklist.md for more details.).
  • This folder is only needed for larger features that span multiple PRs, or for anything that would be helpful when preparing the release notes that might be missed by someone reading through the change log.

When notes from this folder are incorporated into the Lean Language Reference, they should then be deleted from here.