Skip to content

Commit 489a2e0

Browse files
committed
Add a changelog entry
1 parent 9b84f90 commit 489a2e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2525
- The `go.opentelemetry.io/otel/semconv/v1.30.0` package.
2626
The package contains semantic conventions from the `v1.30.0` version of the OpenTelemetry Semantic Conventions.
2727
See the [migration documentation](./semconv/v1.30.0/MIGRATION.md) for information on how to upgrade from `go.opentelemetry.io/otel/semconv/v1.28.0`(#6240)
28+
- Document the pitfalls of using `Resource` as a comparable type.
29+
`Resource.Equal` and `Resource.Equivalent` should be used instead. (#6272)
2830

2931
### Changed
3032

0 commit comments

Comments
 (0)