Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/OpenTelemetry.Api/CHANGELOG.md
Co-authored-by: Alan West <3676547+alanwest@users.noreply.github.com>
  • Loading branch information
utpilla and alanwest authored Jun 5, 2023
commit c4c8e95602bb67dfa9bac37dd41aaa031aab9bf1
4 changes: 3 additions & 1 deletion src/OpenTelemetry.Api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

* **Breaking change** `RuntimeContext.ContextSlotType` can only be assigned one
* **Breaking change** In order to make `RuntimeContext` compatible with
ahead-of-time compilation (AOT),
`RuntimeContext.ContextSlotType` can only be assigned one
of the following types: `AsyncLocalRuntimeContextSlot<>`,
`ThreadLocalRuntimeContextSlot<>`, and `RemotingRuntimeContextSlot<>`. A
`System.NotSupportedException` will be thrown if you try to assign any type
Expand Down