diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ac5e7012d..52f280eb22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ Increment the: * [SDK] Fix instrumentation scope attributes evaluated in equal method [#3214](https://github.com/open-telemetry/opentelemetry-cpp/pull/3214) +* [EXPORTER] Fix scope attributes missing from otlp traces metrics + [#3185](https://github.com/open-telemetry/opentelemetry-cpp/pull/3185) + ## [1.18 2024-11-25] * [EXPORTER] Fix crash in ElasticsearchLogRecordExporter @@ -155,9 +158,6 @@ Increment the: * [bazel] Update opentelemetry-proto in MODULE.bazel [#3163](https://github.com/open-telemetry/opentelemetry-cpp/pull/3163) -* [EXPORTER] Fix scope attributes missing from otlp traces metrics - [#3185](https://github.com/open-telemetry/opentelemetry-cpp/pull/3185) - Important changes: * [API] Jaeger Propagator should not be deprecated