From db42a5cc993aeac219c0f81cce12c1f9162caef3 Mon Sep 17 00:00:00 2001 From: nojaf Date: Mon, 5 Dec 2022 16:35:39 -0800 Subject: [PATCH] Add release notes for 5.2.0-alpha-003. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc069aa8a..b3730c6898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [5.2.0-alpha-003] - 2022-12-05 + +### Fixed +* Attribute on ExplicitCtor is lost. [#2638](https://github.com/fsprojects/fantomas/issues/2638) +* Comment above single parameter in brackets breaks code due to wrong indentation. [#2594](https://github.com/fsprojects/fantomas/issues/2594) + ## [5.2.0-alpha-002] - 2022-12-04 ### Fixed