Skip to content

Commit

Permalink
Add missing changelog (#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Oct 26, 2022
1 parent 88c1864 commit 110b7f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/OpenTelemetry/CHANGELOG.md
Expand Up @@ -14,6 +14,13 @@
([#3782](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3782),
[#3798](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3798))

* Breaking: MetricPoint API to retrieve Histogram Min, Max changed. The existing
pattern of checking if Min/Max is available with `HasMinMax()` and then
retrieving the same using `GetHistogramMin()`, `GetHistogramMax()` is replaced
with a single API `TryGetHistogramMinMaxValues(out double min, out double
max)`.
([#3822](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3822))

## 1.4.0-beta.2

Released 2022-Oct-17
Expand Down

0 comments on commit 110b7f6

Please sign in to comment.