Skip to content

Commit

Permalink
Fix changelog entry (#6087)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi authored Sep 15, 2022
1 parent 1b3a67a commit eebe590
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
- Deprecate `pcommon.New[Slice|Map]FromRaw` functions in favor of `New[Slice|Map]().FromRaw` (#6045)
- Deprecate `pcommon.Map.Insert*` methods (#6051)
- Deprecate `pcommon.Map.Upsert*` methods in favor of `pcommon.Map.Put*` (#6064)
- Deprecate `ptrace.TraceState` in favor of `pcommon.TraceState`. (#6052)
- `ptrace.Span.TraceState` in favor of `ptrace.Span.TraceStateStruct().AsRaw()`
- `ptrace.Span.SetTraceState` in favor of `ptrace.Span.TraceStateStruct().FromRaw`
- `ptrace.SpanLink.TraceState` in favor of `ptrace.SpanLink.TraceStateStruct().AsRaw()`
- `ptrace.SpanLink.SetTraceState` in favor of `ptrace.SpanLink.TraceStateStruct().FromRaw`
- `TraceStateStruct` is a temporary name that will be replaced back to `TraceState` in the next release.

### 💡 Enhancements 💡

Expand Down Expand Up @@ -103,12 +109,6 @@
- `SummaryDataPoint.Flags` -> `SummaryDataPoint.FlagsImmutable`
- `MetricDataPointFlags` -> `MetricDataPointFlagsImmutable`
- `NewMetricDataPointFlags` -> `MetricDataPointFlagsImmutable`
- Deprecate `ptrace.TraceState` in favor of `pcommon.TraceState`. (#6052)
- `ptrace.Span.TraceState` in favor of `ptrace.Span.TraceStateStruct().AsRaw()`
- `ptrace.Span.SetTraceState` in favor of `ptrace.Span.TraceStateStruct().FromRaw`
- `ptrace.SpanLink.TraceState` in favor of `ptrace.SpanLink.TraceStateStruct().AsRaw()`
- `ptrace.SpanLink.SetTraceState` in favor of `ptrace.SpanLink.TraceStateStruct().FromRaw`
- `TraceStateStruct` is a temporary name that will be replaced back to `TraceState` in the next release.

### 💡 Enhancements 💡

Expand Down

0 comments on commit eebe590

Please sign in to comment.