diff --git a/CHANGELOG.md b/CHANGELOG.md index f54a6fe78b1..e8978c1a38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm - The `go.opentelemetry.io/contrib/config` add support to configure periodic reader interval and timeout. (#5661) - Add support to configure views when creating MeterProvider using the config package. (#5654) -- Implement`http.Hijacker` in`go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`. (#5796) +- Implement `http.Hijacker` for the `http.ResponseWriter` used in `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`. (#5796) ### Fixed