From 4fb158f785344d536397a5b80beec85199d81050 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 7 Nov 2022 15:23:43 +0100 Subject: [PATCH] Fix indents in Changelog. (#67) --- reqwest-tracing/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reqwest-tracing/CHANGELOG.md b/reqwest-tracing/CHANGELOG.md index 659676c..834aa11 100644 --- a/reqwest-tracing/CHANGELOG.md +++ b/reqwest-tracing/CHANGELOG.md @@ -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`.