Skip to content

Commit

Permalink
Add release notes for 5.0.0-alpha-010. (#2304)
Browse files Browse the repository at this point in the history
* Add release notes for 5.0.0-alpha-010.

* Fix documentation
  • Loading branch information
nojaf committed Jun 27, 2022
1 parent 4d98e26 commit af3ec62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions docs/Documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion src/Fantomas.Client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit af3ec62

Please sign in to comment.