# Unreleased Changelog Fragments # # Place PR-level changelog fragments in this directory: # docs/changelog/unreleased/..mdx (e.g. 1234.bugfix.mdx) # # Structure: # --- # header: stability # --- # Fixed an issue where blocks could get added to the free space map twice. # # Valid header keys are defined in .changelog_headers.json (e.g. features, performance, stability, breaking, docs). # At release time, scripts/release.sh groups and compiles these fragments into docs/changelog/.mdx. # # For full documentation on the workflow, see: # - CONTRIBUTING.md (Pull Request Workflow) # - RELEASE.md