Skip to content

Commit 503e4ff

Browse files
authored
Update CHANGELOG.md
1 parent a8b2ef7 commit 503e4ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1616
- Add `NewSDK` function to `"go.opentelemetry.io/contrib/config"`. The initial implementation only returns noop providers. (#4414)
1717
- Add metrics support to `go.opentelemetry.io/contrib/exporters/autoexport`. (#4229)
1818

19-
### Deprecated
20-
21-
- In `go.opentelemetry.io/contrib/exporters/autoexport`, `Option` was renamed to `SpanOption`. The old name is deprecated but continues to be supported as an alias.
22-
2319
### Changed
2420

2521
- Dropped compatibility testing for [Go 1.19].
2622
The project no longer guarantees support for this version of Go. (#4352)
2723

24+
### Deprecated
25+
26+
- In `go.opentelemetry.io/contrib/exporters/autoexport`, `Option` was renamed to `SpanOption`. The old name is deprecated but continues to be supported as an alias. (#4229)
27+
2828
### Fixed
2929

3030
- The `go.opentelemetry.io/contrib/samplers/jaegerremote` sampler does not panic when the default HTTP round-tripper (`http.DefaultTransport`) is not `*http.Transport`. (#4045)

0 commit comments

Comments
 (0)