From a5be47f00de40babce47db1a4056e297e3edb1a3 Mon Sep 17 00:00:00 2001 From: owent Date: Wed, 15 Mar 2023 17:09:24 +0800 Subject: [PATCH] Merge and fix CHANGELOG. Signed-off-by: owent --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec7bfbe08..f5a1d51a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,14 @@ Increment the: [#2036](https://github.com/open-telemetry/opentelemetry-cpp/pull/2036) * [EXPORTERS]Add `ForceFlush` for `LogRecordExporter` and `SpanExporter` [#2000](https://github.com/open-telemetry/opentelemetry-cpp/pull/2000) - + +Important changes: + +* `LogRecordExporter` and `SpanExporter` add a new virtual function `ForceFlush` + , and if users implement any customized `LogRecordExporter` and `SpanExporter` + , they should also implement this function.There should be no influence if + users only use factory to create exporters. + ## [1.8.3] 2023-03-06 * Provide version major/minor/patch macros @@ -71,13 +78,6 @@ Increment the: * [EXPORTER] Opentracing shim [#1909](https://github.com/open-telemetry/opentelemetry-cpp/pull/1909) -Important changes: - -* `LogRecordExporter` and `SpanExporter` add a new pure virtual function - `ForceFlush`, and if users implement any customized `LogRecordExporter` and - `SpanExporter`, they should also implement this function.There should be no - influence if users only use factory to create exporters. - ## [1.8.2] 2023-01-31 * Remove redundant macro check in nostd::shared_ptr [#1939](https://github.com/open-telemetry/opentelemetry-cpp/pull/1939)