diff --git a/experimental/CHANGELOG.md b/experimental/CHANGELOG.md index 3a08f5b73a1..c9b09b21b34 100644 --- a/experimental/CHANGELOG.md +++ b/experimental/CHANGELOG.md @@ -13,6 +13,8 @@ All notable changes to experimental packages in this project will be documented ### :rocket: (Enhancement) +* feat(instrumentation): allow LoggerProvider to be specified in Instrumentations [#4314](https://github.com/open-telemetry/opentelemetry-js/pull/4314) @hectorhdzg + ### :bug: (Bug Fix) * fix(instrumentation): use caret range on import-in-the-middle [#4380](https://github.com/open-telemetry/opentelemetry-js/pull/4380) @pichlermarc @@ -36,7 +38,6 @@ All notable changes to experimental packages in this project will be documented ### :rocket: (Enhancement) -* feat(instrumentation): allow LoggerProvider to be specified in Instrumentations [#4314](https://github.com/open-telemetry/opentelemetry-js/pull/4314) @hectorhdzg * feat(sdk-logs): add droppedAttributesCount field to ReadableLogRecord ### :bug: (Bug Fix)