Skip to content

Commit

Permalink
Add release notes for 5.2.0-alpha-008.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 28, 2022
1 parent 37a34fd commit 392b8b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [5.2.0-alpha-008] - 2022-12-28

### Fixes
* else followed by //comment and then if has incorrect indention. [#2449](https://github.com/fsprojects/fantomas/issues/2449)
* Multiple List concat operators are not seen as the same operator. [#2472](https://github.com/fsprojects/fantomas/issues/2472)
* Multiline string inside lambda expression fails to format. [#1299](https://github.com/fsprojects/fantomas/issues/1299)
* Can't format fragment of source code with #if element, and keyword, and triple-slash comment. [#2360](https://github.com/fsprojects/fantomas/issues/2360)
* Wrong formatting applied to fragment of code with #if clause. [#2361](https://github.com/fsprojects/fantomas/issues/2361)
* Comment in middle of pattern fail formatting. [#1939](https://github.com/fsprojects/fantomas/issues/1939)

## [5.2.0-alpha-007] - 2022-12-26

### Fixes
Expand Down

0 comments on commit 392b8b0

Please sign in to comment.