]> git.proxmox.com Git - rustc.git/blobdiff - vendor/tracing-attributes/CHANGELOG.md
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / vendor / tracing-attributes / CHANGELOG.md
index 97ae930af441c18469c177eb0905a17f9efb1683..4f6a55871efc7f2a8b6fda5098e59318347ffb8b 100644 (file)
@@ -1,3 +1,38 @@
+
+# 0.1.13 (February 17, 2021)
+
+### Fixed
+
+- Compiler error when using `#[instrument(err)]` on functions which return `impl
+  Trait` ([#1236])
+
+[#1236]: https://github.com/tokio-rs/tracing/pull/1236
+
+# 0.1.12 (February 4, 2021)
+
+### Fixed
+
+- Compiler error when using `#[instrument(err)]` on functions with mutable
+  parameters ([#1167])
+- Missing function visibility modifier when using `#[instrument]` with
+  `async-trait` ([#977])
+- Multiple documentation fixes and improvements ([#965], [#981], [#1215])
+
+### Changed
+
+- `tracing-futures` dependency is no longer required when using `#[instrument]`
+  on async functions ([#808])
+
+Thanks to @nagisa, @Txuritan, @TaKO8Ki, and @okready for contributing to this
+release!
+
+[#1167]: https://github.com/tokio-rs/tracing/pull/1167
+[#977]: https://github.com/tokio-rs/tracing/pull/977
+[#965]: https://github.com/tokio-rs/tracing/pull/965
+[#981]: https://github.com/tokio-rs/tracing/pull/981
+[#1215]: https://github.com/tokio-rs/tracing/pull/1215
+[#808]: https://github.com/tokio-rs/tracing/pull/808
+
 # 0.1.11 (August 18, 2020)
 
 ### Fixed
@@ -5,7 +40,7 @@
 - Corrected wrong minimum supported Rust version note in docs (#941)
 - Removed unused `syn` features (#928)
 
-Thanks to new contributor @jhpratt for contributing to this release!`
+Thanks to new contributor @jhpratt for contributing to this release!
 
 # 0.1.10 (August 10, 2020)