From e681addecd8335d7c0d04e2b2836eeef081bbf74 Mon Sep 17 00:00:00 2001 From: nojaf Date: Wed, 17 Oct 2018 12:01:22 +0200 Subject: [PATCH] Added release notes for 2.9 --- RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c2ad3ddd2d..f61627c8e8 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,14 @@ +#### 2.9.0 - 10-2018 +* Improved README. [#243](https://github.com/fsprojects/fantomas/issues/243) +* Bad split of chained method call expression. [#246](https://github.com/fsprojects/fantomas/issues/246) +* rec modifier removed for namespaces and modules. [#292](https://github.com/fsprojects/fantomas/issues/292) +* Over-enthusiastic removal of parentheses [#249](https://github.com/fsprojects/fantomas/issues/249) +* Broken reformat of "if" inside call (fantomas-tool 2.8.0) [#288](https://github.com/fsprojects/fantomas/issues/288) +* Support struct tuple. [#224](https://github.com/fsprojects/fantomas/issues/224) +* Support match! [#262](https://github.com/fsprojects/fantomas/issues/262) +* Fix for AST formatting regression. [#321](https://github.com/fsprojects/fantomas/issues/321) +* Upgrade to .NET 4.5.2 [#325](https://github.com/fsprojects/fantomas/pull/325) + #### 2.8.1 - 09-2018 * Force parameter is *true* by default. [#267](https://github.com/fsprojects/fantomas/issues/267) * Formatting compiler directives with inactive code is incorrect. [#270](https://github.com/fsprojects/fantomas/issues/270)