From af3ec620bd213d582408f0767b447c75869402fd Mon Sep 17 00:00:00 2001 From: Florian Verdonck Date: Mon, 27 Jun 2022 12:29:02 +0200 Subject: [PATCH] Add release notes for 5.0.0-alpha-010. (#2304) * Add release notes for 5.0.0-alpha-010. * Fix documentation --- CHANGELOG.md | 6 ++++++ docs/Documentation.md | 2 -- src/Fantomas.Client/CHANGELOG.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07cf7023bf..8340ed58f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.0.0-alpha-010] - 2022-06-27 + +### Changed +* Restore the FormatSelection public API. [#2237](https://github.com/fsprojects/fantomas/issues/2237) +* Refactor list of TriviaNodeAssigner to tree structure. [#2271](https://github.com/fsprojects/fantomas/issues/2271) + ## [5.0.0-alpha-009] - 2022-06-21 ### Fixed diff --git a/docs/Documentation.md b/docs/Documentation.md index 6a6c13b194..a1ee97e075 100644 --- a/docs/Documentation.md +++ b/docs/Documentation.md @@ -1147,8 +1147,6 @@ If the input selection range contained whitespaces, the result selection will co Please consider contributing to this feature if you encounter any issues. -```fsharp - ## A git pre-commit hook sample A very elegant and transparent way to use Fantomas is including it in a pre-commit git hook, by creating a `.git/hooks/pre-commit` file with: diff --git a/src/Fantomas.Client/CHANGELOG.md b/src/Fantomas.Client/CHANGELOG.md index 6e3a6dd763..68eb573c38 100644 --- a/src/Fantomas.Client/CHANGELOG.md +++ b/src/Fantomas.Client/CHANGELOG.md @@ -2,7 +2,7 @@ This is the changelog for the Fantomas.Client package specifically. It's distinct from that of the overall libraries and command-line tool. -## [Unreleased] +## 0.6.0 - 2022-06-27 ### Changed * Add `SelectedRange` to `FantomasResponse`.