Skip to content

Commit 7be45ff

Browse files
chore: include #1174 entries (VersionOverride fix, Seq.cast) in 22.0.1 release notes
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 041f8ea commit 7be45ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* Replace deprecated `System.Net.WebClient` with `System.Net.Http.HttpClient` in the image downloader used by `--saveimages`. Removes the `#nowarn "44"` suppression.
1010
* Bump `Newtonsoft.Json` transitive-dependency pin from 13.0.3 to 13.0.4.
1111
* Bump `System.Memory` transitive-dependency pin from 4.5.5 to 4.6.3.0
12+
* Remove stale `VersionOverride="43.12.201"` on the `FSharp.Compiler.Service` reference in `FSharp.Formatting.Markdown.fsproj`; the package now uses the central pin (`43.12.202`) from `Directory.Packages.props`, eliminating the NU1605 build warning.
13+
* Replace `Enumerable.Cast<XAttribute>` (LINQ) with `Seq.cast<XAttribute>` (idiomatic F#) in `MarkdownUtils.fs`, removing the `open System.Linq` import.
1214

1315
### Fixed
1416
* Fix `Markdown.ToMd` silently dropping YAML frontmatter when serialising a parsed `MarkdownDocument` back to Markdown text. Frontmatter is now preserved with its `---` delimiters.

0 commit comments

Comments
 (0)