From 0baaf8ce79c477c164dc2a07d2752bd4b7b5f770 Mon Sep 17 00:00:00 2001 From: Yazeed Obaid Date: Wed, 31 Mar 2021 14:22:42 +0300 Subject: [PATCH] Add release notes for 5.20.4 release --- RELEASE_NOTES.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e6719644850..80022b542f1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,8 +1,13 @@ # Release Notes -## 5.20.4-alpha - tbd - -* tbd +## 5.20.4 - 2021-03-31 + +* ENHANCEMENT: Allow users of nunit3 set environment variables in the runner, thanks @robertpi - https://github.com/fsharp/FAKE/pull/2543 +* BUGFIX: Fix reportgenerator docs and compilation,thanks @matthid - https://github.com/fsharp/FAKE/issues/2535 +* BUGFIX: Fix Travis build, thanks @gdziadkiewicz - https://github.com/fsharp/FAKE/pull/2549 +* BUGIFX: Update Paket.Core to (better) support net5.0, thanks @pchinery - https://github.com/fsharp/FAKE/pull/2556 +* BUGFIX: fix build by using Suave version to 2.5.6 in build script which is compatible with netstandard 2.0, thanks @yazeedobaid https://github.com/fsharp/FAKE/pull/2574 +* ENHANCEMENT: Change NuGet feed APIs to use V3 of NuGet feed APIs, thanks @yazeedobaid https://github.com/fsharp/FAKE/pull/2574 ## 5.20.3 - 2020-08-05