Skip to content
Closed
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
10 changes: 7 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

## [Unreleased]

### Fixed
* Improve error message when a named code snippet is not found (e.g. `(*** include:name ***)` with undefined name now reports the missing name clearly). [#982](https://github.com/fsprojects/FSharp.Formatting/pull/982)
## 21.0.1 - 2026-02-22
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/repo-assist bump to minor as we updated FCS.


### Changed
* Update FCS to 43.10.100. [#935](https://github.com/fsprojects/FSharp.Formatting/pull/966)
* Update FCS to 43.10.100. [#966](https://github.com/fsprojects/FSharp.Formatting/pull/966)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could go for minor/major if we bump FCS, not a revision.

* Use Ctrl+C to stop watch mode instead of any key press. [#975](https://github.com/fsprojects/FSharp.Formatting/pull/975)
* Update analyzer dependencies (G-Research.FSharp.Analyzers, Ionide.Analyzers). [#977](https://github.com/fsprojects/FSharp.Formatting/pull/977)

### Added
* Add Mermaid diagrams documentation recipe. [#979](https://github.com/fsprojects/FSharp.Formatting/pull/979)

## 21.0.0 - 2025-11-12

Expand Down