Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbcc9e8

Browse files
authored
Fix a couple of minor mistakes in CHANGELOG.md (temporalio#1154)
1 parent 15815cb commit dbcc9e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Breaking changes marked with a :boom:
109109
}
110110
```
111111

112-
For Activities, the logger can be accessed as `Context.logger`. It defaults to `Runtime.instance().logger`, but may be
112+
For Activities, the logger can be accessed as `Context.log`. It defaults to `Runtime.instance().logger`, but may be
113113
overriden by interceptors (ie. to set a custom logger). `ActivityInboundLogInterceptor` is still installed by default,
114114
adding enriched metadata from activity context on each log entry.
115115

@@ -152,7 +152,7 @@ Breaking changes marked with a :boom:
152152
- [`core`] Metrics that should be produced by the SDK Core's internal Client would previously not
153153
get emited. This has been fixed. ([#1119](https://github.com/temporalio/sdk-typescript/pull/1119))
154154
- [`client`] Fix incorrect schedule spec boundaries checks on hour and day of month ([#1120](https://github.com/temporalio/sdk-typescript/pull/1120))
155-
- [`workflow`] We know throw more meaningful errors when Workflow-only APIs are used from
155+
- [`workflow`] We now throw more meaningful errors when Workflow-only APIs are used from
156156
non-Workflow context, and some other situations. ([#1126](https://github.com/temporalio/sdk-typescript/pull/1126))
157157
- Removed most `instanceof` checks from SDK, and remplaced them by `XxxError.is(...)` checks, based on the presence of
158158
a symbol property. We believe this should help resolve most of the problems that previously been observed when

0 commit comments

Comments
 (0)