Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f56b801

Browse files
authored
CHANGELOG: move unrelased changes to unreleased section (open-telemetry#3830)
1 parent f125d45 commit f56b801

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
- Add to_json method to ExponentialHistogram
11+
([#3780](https://github.com/open-telemetry/opentelemetry-python/pull/3780))
12+
- Bump mypy to 1.9.0
13+
([#3795](https://github.com/open-telemetry/opentelemetry-python/pull/3795))
14+
- Fix exponential histograms
15+
([#3798](https://github.com/open-telemetry/opentelemetry-python/pull/3798))
16+
- Fix otlp exporter to export log_record.observed_timestamp
17+
([#3785](https://github.com/open-telemetry/opentelemetry-python/pull/3785))
18+
1019
## Version 1.24.0/0.45b0 (2024-03-28)
1120

1221
- Make create_gauge non-abstract method
@@ -15,14 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1524
([#3633](https://github.com/open-telemetry/opentelemetry-python/pull/3633))
1625
- Fix python 3.12 deprecation warning
1726
([#3751](https://github.com/open-telemetry/opentelemetry-python/pull/3751))
18-
- Fix exponential histograms
19-
([#3798](https://github.com/open-telemetry/opentelemetry-python/pull/3798))
2027
- bump mypy to 0.982
2128
([#3776](https://github.com/open-telemetry/opentelemetry-python/pull/3776))
22-
- Fix otlp exporter to export log_record.observed_timestamp
23-
([#3785](https://github.com/open-telemetry/opentelemetry-python/pull/3785))
24-
- Add to_json method to ExponentialHistogram
25-
([#3780](https://github.com/open-telemetry/opentelemetry-python/pull/3780))
2629
- Add support for OTEL_SDK_DISABLED environment variable
2730
([#3648](https://github.com/open-telemetry/opentelemetry-python/pull/3648))
2831
- Fix ValueError message for PeriodicExportingMetricsReader
@@ -33,8 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3336
([#3778](https://github.com/open-telemetry/opentelemetry-python/pull/3778))
3437
- Fix license field in pyproject.toml files
3538
([#3803](https://github.com/open-telemetry/opentelemetry-python/pull/3803))
36-
- Bump mypy to 1.9.0
37-
([#3795](https://github.com/open-telemetry/opentelemetry-python/pull/3795))
3839

3940
## Version 1.23.0/0.44b0 (2024-02-23)
4041

0 commit comments

Comments
 (0)