Skip to content

Commit a5be47f

Browse files
committed
Merge and fix CHANGELOG.
Signed-off-by: owent <admin@owent.net>
1 parent d199284 commit a5be47f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ Increment the:
1919
[#2036](https://github.com/open-telemetry/opentelemetry-cpp/pull/2036)
2020
* [EXPORTERS]Add `ForceFlush` for `LogRecordExporter` and `SpanExporter`
2121
[#2000](https://github.com/open-telemetry/opentelemetry-cpp/pull/2000)
22-
22+
23+
Important changes:
24+
25+
* `LogRecordExporter` and `SpanExporter` add a new virtual function `ForceFlush`
26+
, and if users implement any customized `LogRecordExporter` and `SpanExporter`
27+
, they should also implement this function.There should be no influence if
28+
users only use factory to create exporters.
29+
2330
## [1.8.3] 2023-03-06
2431

2532
* Provide version major/minor/patch macros
@@ -71,13 +78,6 @@ Increment the:
7178
* [EXPORTER] Opentracing shim
7279
[#1909](https://github.com/open-telemetry/opentelemetry-cpp/pull/1909)
7380

74-
Important changes:
75-
76-
* `LogRecordExporter` and `SpanExporter` add a new pure virtual function
77-
`ForceFlush`, and if users implement any customized `LogRecordExporter` and
78-
`SpanExporter`, they should also implement this function.There should be no
79-
influence if users only use factory to create exporters.
80-
8181
## [1.8.2] 2023-01-31
8282

8383
* Remove redundant macro check in nostd::shared_ptr [#1939](https://github.com/open-telemetry/opentelemetry-cpp/pull/1939)

0 commit comments

Comments
 (0)