From 197c4f2c6f78316b8272ecf26542fdcde63fa575 Mon Sep 17 00:00:00 2001 From: Jonas Kunz Date: Wed, 29 Nov 2023 13:39:31 +0100 Subject: [PATCH] Fix formatting in changelog --- CHANGELOG.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index c38304f704..7258c9ca8b 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -39,7 +39,7 @@ Use subheadings with the "=====" level for adding notes for unreleased changes: [float] ===== Potentially breaking changes -* Added support for OpenTelemetry 1.32.0. As a result, `custom_metrics_histogram_boundaries` will not +* Added support for OpenTelemetry `1.32.0`. As a result, `custom_metrics_histogram_boundaries` will not work when you bring your own `MeterProvider` from an SDK with version `1.32.0` or newer. As a workaround, you should manually register a corresponding View in your `MeterProvider`. Note that this change will not affect you, if you are using the OpenTelemetry API only and not the SDK. - {pull}3447[#3447]