diff --git a/CHANGELOG.md b/CHANGELOG.md index d8a9aea6226..604d3723667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added - Add the new `go.opentelemetry.io/contrib/instrgen` package to provide auto-generated source code instrumentation. (#3068, #3108) -- Add `WithSamplingStrategyFetcher` which sets custom fetcher implementation. (#4045) +- Add `"go.opentelemetry.io/contrib/samplers/jaegerremote".WithSamplingStrategyFetcher` which sets custom fetcher implementation. (#4045) ### Fixed -- Do not panic when the default HTTP round-tripper is not `*http.Transport`. (#4045) +- The `go.opentelemetry.io/contrib/samplers/jaegerremote` sampler does not panic when the default HTTP round-tripper (`http.DefaultTransport`) is not `*http.Transport`. (#4045) ## [1.20.0/0.45.0/0.14.0] - 2023-09-28