From 3d4eadd64dd535c2a9452bcbb1f5c65ed84b1ffa Mon Sep 17 00:00:00 2001 From: kirby-mimic <135686938+kirby-mimic@users.noreply.github.com> Date: Tue, 9 Jan 2024 13:50:22 -0800 Subject: [PATCH] Fix CHANGELONG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c0050e52..4e6f37e89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,9 @@ Breaking changes: * CMake options `WITH_OTLP_HTTP_SSL_PREVIEW` and `WITH_OTLP_HTTP_SSL_TLS_PREVIEW` are removed. Building opentelemetry-cpp without SSL support is no longer possible. -* [#240] Change default OTLP Http Exporter content type from kJson to kBInary +* [#2480] Change default OTLP Http Exporter content type from kJson to kBInary + See The default is http/protobuf, which means binary, [HERE](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/exporter.md#specify-protocol + ## [1.13.0] 2023-12-06 * [BUILD] Remove WITH_REMOVE_METER_PREVIEW, use WITH_ABI_VERSION_2 instead