Skip to content

Commit

Permalink
Update CHANGELOG with PR number
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Mar 29, 2021
1 parent 1408d7a commit 4a9bb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
The Span's SpanContext can now self-identify as being remote or not.
This means that `"go.opentelemetry.io/otel/trace".ContextWithRemoteSpanContext` will now overwrite any existing current Span, not just existing remote Spans, and make it the current Span in a `context.Context`. (#1731)
- Information about a parent span context in a `"go.opentelemetry.io/otel/export/trace".SpanSnapshot` is unified in a new `Parent` field.
The existing `ParentSpanID` and `HasRemoteParent` fields are removed in favor of this. (TBD)
The existing `ParentSpanID` and `HasRemoteParent` fields are removed in favor of this. (#1748)

### Removed

Expand Down

0 comments on commit 4a9bb40

Please sign in to comment.