diff --git a/CHANGELOG.md b/CHANGELOG.md index d62b7fc0907..df21e58295a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - The function signature of the Span `RecordError` method in `go.opentelemetry.io/otel` is updated to no longer take an unused context and instead take a required error value and a variable number of `EventOption`s. (#1254) - Move the `go.opentelemetry.io/otel/api/global` package to `go.opentelemetry.io/otel/global`. (#1262) - Rename correlation context header from `"otcorrelations"` to `"baggage"` to match the OpenTelemetry specification. (#1267) -- Remove quotes from `codes.Code` byte representation in `UnmarshalJSON`. (#1273) +- Remove quotes from `codes.Code` byte representation in `UnmarshalJSON`. (#1276) ### Removed