Skip to content

Commit

Permalink
move CHANGELOG.md entry
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobozzo committed Jun 17, 2024
1 parent d511ef0 commit 7416cd7
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 @@ -37,6 +37,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Document instrument name requirements in `go.opentelemetry.io/otel/metric`. (#5435)
- Prevent random number generation data-race for experimental rand exemplars in `go.opentelemetry.io/otel/sdk/metric`. (#5456)
- Fix counting number of dropped attributes of `Record` in `go.opentelemetry.io/otel/sdk/log`. (#5464)
- Fix panic in baggage creation when a member contains 0x80 char in key or value. (#5494)

## [1.27.0/0.49.0/0.3.0] 2024-05-21

Expand Down Expand Up @@ -478,7 +479,6 @@ This release drops the compatibility guarantee of [Go 1.19].
- Do not append `_total` if the counter already has that suffix for the Prometheus exproter in `go.opentelemetry.io/otel/exporter/prometheus`. (#4373)
- Fix resource detection data race in `go.opentelemetry.io/otel/sdk/resource`. (#4409)
- Use the first-seen instrument name during instrument name conflicts in `go.opentelemetry.io/otel/sdk/metric`. (#4428)
- Fix panic in baggage creation when a member contains 0x80 char in key or value. (#5494)

### Deprecated

Expand Down

0 comments on commit 7416cd7

Please sign in to comment.