Fix indents in Changelog. (#67)

tower
Robert Collins 2022-11-07 15:23:43 +01:00 committed by GitHub
parent 2e57e95f99
commit 4fb158f785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- HTTP URL is captured in traces as the `http.url` attribute.
- Require an explicit otel name in the macros. Reduces cardinality and complies
with otel specification for HTTP bindings.
- Permit customisation of the otel name from the non-macro layer.
- Require an explicit otel name in the macros. Reduces cardinality and complies
with otel specification for HTTP bindings.
- Permit customisation of the otel name from the non-macro layer.
## [0.3.1] - 2022-09-21
- Added support for `opentelemetry` version `0.18`.