Skip to content

Commit

Permalink
Fix issue number in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dstdfx committed Oct 27, 2020
1 parent f72dc71 commit bc761ab
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 @@ -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

Expand Down

0 comments on commit bc761ab

Please sign in to comment.