From 90c8e4831fc22b76887e72a368a19dc19da989a3 Mon Sep 17 00:00:00 2001 From: nojaf Date: Fri, 16 Dec 2022 14:22:58 +0100 Subject: [PATCH] Add changelog entry for 5.2.0-alpha-005. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60376efc6e..24495ea8b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [5.2.0-alpha-005] - 2022-12-16 + +### Fixes +* MultiLineLambdaClosingNewline didn't trigger correctly on line which was one character too long. [#2642](https://github.com/fsprojects/fantomas/issues/2642) + +### Changed +* Enable ServerGarbageCollection. [#2655](https://github.com/fsprojects/fantomas/pull/2655) + ## [5.2.0-alpha-004] - 2022-12-07 ### Fixed