diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b57195513f..6f5ddded8e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,13 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/ ### :rocket: (Enhancement) +feat(sdk-metrics): allow single bucket histograms [#4456](/~https://github.com/open-telemetry/opentelemetry-js/pull/4456) @pichlermarc + ### :bug: (Bug Fix) +fix(sdk-metrics): allow single bucket histograms [#4456](/~https://github.com/open-telemetry/opentelemetry-js/pull/4456) @pichlermarc + - fixes a bug where `Meter.createHistogram()` with the advice `explicitBucketBoundaries: []` would throw + ### :books: (Refine Doc) ### :house: (Internal)