Skip to content

Commit d980923

Browse files
Changelog
1 parent c0dfe73 commit d980923

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- `opentelemetry-instrumentation-asgi`: Make all user hooks failsafe and record exceptions in hooks.
1919
([#3664](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3664))
2020
- `opentelemetry-instrumentation-fastapi`: Fix memory leak in `uninstrument_app()` by properly removing apps from the tracking set
21-
([#3688](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3688)
21+
([#3688](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3688))
2222
- `opentelemetry-instrumentation-tornado` Fix server (request) duration metric calculation
2323
([#3679](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3679))
2424
- `opentelemetry-instrumentation`: Avoid calls to `context.detach` with `None` token.
2525
([#3673](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3673))
26+
- Fix documentation order of sections and headers for Django, Flask, MySQL, mysqlclient, psycopg, psycopg2, pymysql, sqlalchemy instrumentations.
27+
([#3719](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3719))
2628

2729
### Added
2830

0 commit comments

Comments
 (0)