Skip to content

Commit 92f433e

Browse files
authored
Update release notes (#138)
1 parent bf404be commit 92f433e

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## To be released
4+
5+
### Microsoft.DurableTask.Worker
6+
7+
- Fix issue with `TaskOrchestrationContext.Parent` not being set.
8+
39
## v1.0.1
410

511
### Microsoft.DurableTask.Client

src/Client/Core/RELEASENOTES.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
- Fix incorrect bounds check on `PurgeResult`
2-
- Address typo for `DurableTaskClient.GetInstancesAsync` (incorrectly pluralized)
3-
- Added `GetInstanceAsync`
4-
- Hide `GetInstancesAsync` from editor
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
First release. Introduces a `DurableTaskClient` that interfaces directly with a `IOrchestrationServiceClient` from `DurableTask.Core`.

src/Worker/Core/RELEASENOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix issue with `TaskOrchestrationContext.Parent` not being set.

0 commit comments

Comments
 (0)