From 89c0e09a64e87825e807880da51cf9b8f027a70a Mon Sep 17 00:00:00 2001 From: nojaf Date: Mon, 26 Dec 2022 09:22:44 +0100 Subject: [PATCH] Add changelog entry for 5.2.0-alpha-007. --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad7b5dfd52..575e37bf90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [5.2.0-alpha-007] - 2022-12-26 + +### Fixes +* Comment dropped in constructor parameter list. [#1872](https://github.com/fsprojects/fantomas/issues/1872) +* Block comment before unit is missing. [#2660](https://github.com/fsprojects/fantomas/issues/2660) + +### Changed +* Update config to accept a single option for multiline_bracket_style. [#2425](https://github.com/fsprojects/fantomas/issues/2425) + ## [5.2.0-alpha-006] - 2022-12-22 ### Fixes