Skip to content

Commit 2237416

Browse files
committed
Markdown cleanup
1 parent a47ff20 commit 2237416

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Increment the:
1515

1616
## [Unreleased]
1717

18-
* [API] Comply with W3C Trace Context [#3115](https://github.com/open-telemetry/opentelemetry-cpp/pull/3115)
19-
* Also adds CI check to ensure continued compliance
18+
* [API] Comply with W3C Trace Context
19+
[#3115](https://github.com/open-telemetry/opentelemetry-cpp/pull/3115)
2020

2121
* [API] Jaeger Propagator should not be deprecated
2222
[#3086](https://github.com/open-telemetry/opentelemetry-cpp/pull/3086)
@@ -38,6 +38,11 @@ Important changes:
3838
as the Jaeger propagator can be used without the (now removed)
3939
Jaeger exporter.
4040

41+
* [EXPORTER] Change log resources location for ElasticsearchLogRecordExporter
42+
[#3119](https://github.com/open-telemetry/opentelemetry-cpp/pull/3131)
43+
44+
* Moved from `root/resources` to `root`
45+
4146
* [SEMANTIC CONVENTIONS] Migration to weaver
4247
[#3105](https://github.com/open-telemetry/opentelemetry-cpp/pull/3105)
4348

@@ -46,11 +51,6 @@ Important changes:
4651
for each `xxx` semantic attribute group.
4752
* See file DEPRECATED.md for details.
4853

49-
* [EXPORTER] Change log resources location for ElasticsearchLogRecordExporter
50-
[#3119](https://github.com/open-telemetry/opentelemetry-cpp/pull/3131)
51-
52-
* Moved from `root/resources` to `root`
53-
5454
## [1.17 2024-10-07]
5555

5656
* [CI] Add a clang-tidy build

DEPRECATED.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Deprecation is announced as part of the migration to weaver:
7070

7171
* `Version:` release following opentelemetry-cpp 1.17.0
7272
* `Date:` Nov 9, 2024
73-
* `PR:` https://github.com/open-telemetry/opentelemetry-cpp/pull/3105
73+
* `PR:` [PR 3105](https://github.com/open-telemetry/opentelemetry-cpp/pull/3105)
7474

7575
#### Motivation (semantic_conventions.h)
7676

@@ -142,4 +142,3 @@ No date is given now, this can happen at the earliest for release 1.19.0:
142142
* opentelemetry-cpp v1.19.0 may only contain new header files (removing old)
143143

144144
This allows a full release cycle for applications to adjust.
145-

0 commit comments

Comments
 (0)