From f9d1b70453ebf016af7dddbc807aab4f238411eb Mon Sep 17 00:00:00 2001 From: Jacob Viau Date: Mon, 11 May 2020 23:56:34 -0700 Subject: [PATCH] Add release notes --- releasenotes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releasenotes.md b/releasenotes.md index 86946df..cb9d121 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -1,3 +1,3 @@ -- Add `TaskHubOptions`. Initial version allows for `CreateIfNotExists`. - * binds to `TaskHub` config section. -- Fix `IServiceScope` disposal during task orchestration. +- Moves `TaskHubOptions` to `DurableTask.Hosting.Options` namespace. +- Adds `IncludeDetails` flags configuration. +- Add error message to `WrapperObjectManager.Add`