diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2ffadf634..f19083a84a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +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) ### :bug: (Bug Fix) @@ -21,6 +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 ### :books: (Refine Doc)