File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
13
13
14
14
* feat(sdk-metrics): allow single bucket histograms [ #4456 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/4456 ) @pichlermarc
15
15
* feat(instrumentation): Make ` init() ` method public [ #4418 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/4418 )
16
- * 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 )
16
+ * 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
17
17
18
18
### :bug : (Bug Fix)
19
19
@@ -22,8 +22,8 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/
22
22
* fixes a bug where recording ` NaN ` on a histogram would result in the sum of bucket count values not matching the overall count
23
23
* fix(sdk-metrics): allow single bucket histograms [ #4456 ] ( https://github.com/open-telemetry/opentelemetry-js/pull/4456 ) @pichlermarc
24
24
* fixes a bug where ` Meter.createHistogram() ` with the advice ` explicitBucketBoundaries: [] ` would throw
25
- * 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 )
26
- * fixes a bug where old versions of ` zone.js ` affected by https://github.com/angular/angular/issues/53507 would be pulled in
25
+ * 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
26
+ * fixes a bug where old versions of ` zone.js ` affected by < https://github.com/angular/angular/issues/53507 > would be pulled in
27
27
28
28
### :books : (Refine Doc)
29
29
You can’t perform that action at this time.
0 commit comments