Skip to content

Commit

Permalink
Add upgrade guide for 6.1 (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Jun 28, 2023
1 parent 5fa2afd commit 9069478
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/docs/end-users/UpgradeGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ fsharp_experimental_stroustrup_style = true
- The public API of CodeFormatter no longer uses `FSharpOption<'T>`, instead overloads are now used.
- `StrictMode` was removed from `FormatConfig`, not passing the source text in the public API will have the same effect.

## v6.1

### Miscellaneous
- The namespace in [Fantomas.FCS](https://www.nuget.org/packages/Fantomas.FCS) changed from `FSharp.Compiler` to `Fantomas.FCS`.

<fantomas-nav previous="./VSCode.html" next="./FAQ.html"></fantomas-nav>

0 comments on commit 9069478

Please sign in to comment.