From ac72c9b5dcf7e0d04e66da9f8ebc226259758668 Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Fri, 9 Feb 2024 13:41:26 +0100 Subject: [PATCH] fix(changelog): formatting --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f19083a84a3..e3a14972457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/ * feat(sdk-metrics): allow single bucket histograms [#4456](https://github.com/open-telemetry/opentelemetry-js/pull/4456) @pichlermarc * feat(instrumentation): Make `init()` method public [#4418](https://github.com/open-telemetry/opentelemetry-js/pull/4418) -* feat(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x [#4469](https://github.com/open-telemetry/opentelemetry-js/pull/4469) +* feat(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x [#4469](https://github.com/open-telemetry/opentelemetry-js/pull/4469) @pichlermarc ### :bug: (Bug Fix) @@ -22,8 +22,8 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/ * fixes a bug where recording `NaN` on a histogram would result in the sum of bucket count values not matching the overall count * 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 -* fix(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x [#4469](https://github.com/open-telemetry/opentelemetry-js/pull/4469) - * fixes a bug where old versions of `zone.js` affected by https://github.com/angular/angular/issues/53507 would be pulled in +* fix(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x [#4469](https://github.com/open-telemetry/opentelemetry-js/pull/4469) @pichlermarc + * fixes a bug where old versions of `zone.js` affected by would be pulled in ### :books: (Refine Doc)