summaryrefslogtreecommitdiffstats
path: root/vendor/tracing-attributes/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/tracing-attributes/CHANGELOG.md')
-rw-r--r--vendor/tracing-attributes/CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/tracing-attributes/CHANGELOG.md b/vendor/tracing-attributes/CHANGELOG.md
index 6df517e85..3cb95f70f 100644
--- a/vendor/tracing-attributes/CHANGELOG.md
+++ b/vendor/tracing-attributes/CHANGELOG.md
@@ -1,3 +1,18 @@
+# 0.1.27 (October 13, 2023)
+
+### Changed
+
+- Bump minimum version of proc-macro2 to 1.0.60 ([#2732])
+- Generate less dead code for async block return type hint ([#2709])
+
+### Fixed
+
+- Fix a compilation error in `#[instrument]` when the `"log"` feature is enabled ([#2599])
+
+[#2732]: https://github.com/tokio-rs/tracing/pull/2732
+[#2709]: https://github.com/tokio-rs/tracing/pull/2709
+[#2599]: https://github.com/tokio-rs/tracing/pull/2599
+
# 0.1.26 (June 21th, 2023)
This release of `tracing-attributes` fixes warnings due to `allow` attributes in