Skip to content

Commit

Permalink
Merge and fix CHANGELOG.
Browse files Browse the repository at this point in the history
Signed-off-by: owent <admin@owent.net>
  • Loading branch information
owent committed Mar 15, 2023
1 parent 52ef9bb commit 0440c9e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 0440c9e

Please sign in to comment.