From 3bd6c56f405eb136b8835376ad14d030c860397a Mon Sep 17 00:00:00 2001 From: Don Syme Date: Tue, 24 Feb 2026 01:01:05 +0000 Subject: [PATCH] reset --- RELEASE_NOTES.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 15403ad56..2b00c6f97 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 ### 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) +* 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