diff --git a/CHANGELOG.md b/CHANGELOG.md index e6019a59494..411bfbbe878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed - The function signature of `NewLogProcessor` in `go.opentelemetry.io/contrib/processors/minsev` has changed to accept the added `Severitier` interface instead of a `log.Severity`. (#6116) +- `NewSDK` now returns a no-op SDK if `disabled` is set to `true` via configuration. (#6185) ### Fixed