From 8ce1a16c55432c3bebe77569c2054564dd0805d2 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 30 May 2016 17:46:29 +0200 Subject: [PATCH] release notes --- RELEASE_NOTES.md | 7 +++++++ src/app/FakeLib/DocFxHelper.fs | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4b60aac7d07..24cc3fe33c7 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,10 @@ +#### 4.28.0 - 30.05.2016 +* New DocFx helper - https://github.com/fsharp/FAKE/pull/1251 +* Added basic support for bitbuckets piplines CI - https://github.com/fsharp/FAKE/pull/1248 +* BUGFIX: XamarinHelper: surround jarsigner input file path with quotes - https://github.com/fsharp/FAKE/pull/1249 +* BUGFIX: NUnit3: don't set a timeout on the nunit3-console process - https://github.com/fsharp/FAKE/pull/1247 +* BUGFIX: Changed the cache path to be relative to script location - https://github.com/fsharp/FAKE/pull/1250 + #### 4.27.0 - 19.05.2016 * New Slack argument for Link_Names - https://github.com/fsharp/FAKE/pull/1245 * Extended WiXHelper types for supporting creation of 64bit setups - https://github.com/fsharp/FAKE/pull/1244 diff --git a/src/app/FakeLib/DocFxHelper.fs b/src/app/FakeLib/DocFxHelper.fs index 5ad6fc0a541..d0583e473c1 100644 --- a/src/app/FakeLib/DocFxHelper.fs +++ b/src/app/FakeLib/DocFxHelper.fs @@ -1,4 +1,3 @@ -[] /// Contains helper functions to run the documentation tool "docfx". module Fake.DocFxHelper