]> git.proxmox.com Git - rustc.git/blob - vendor/tracing-log/CHANGELOG.md
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / tracing-log / CHANGELOG.md
1 # 0.1.2 (February 19th, 2020)
2
3 ### Added
4
5 - Re-export the `log` crate so that users can ensure consistent versions ([#602])
6 - `AsLog` implementation for `tracing::LevelFilter` ([#1248])
7 - `AsTrace` implementation for `log::LevelFilter` ([#1248])
8
9 ### Fixed
10
11 - **log-tracer**: Fixed `Log::enabled` implementation for `LogTracer` not
12 calling `Subscriber::enabled` ([#1254])
13 - **log-tracer**: Fixed `Log::enabled` implementation for `LogTracer` not
14 checking the max level hint ([#1247])
15 - Several documentation fixes ([#483], [#485], [#537], [#595], [#941], [#981])
16
17 [#483]: https://github.com/tokio-rs/tracing/pulls/483
18 [#485]: https://github.com/tokio-rs/tracing/pulls/485
19 [#537]: https://github.com/tokio-rs/tracing/pulls/537
20 [#595]: https://github.com/tokio-rs/tracing/pulls/595
21 [#605]: https://github.com/tokio-rs/tracing/pulls/604
22 [#941]: https://github.com/tokio-rs/tracing/pulls/941
23 [#1247]: https://github.com/tokio-rs/tracing/pulls/1247
24 [#1248]: https://github.com/tokio-rs/tracing/pulls/1248
25 [#1254]: https://github.com/tokio-rs/tracing/pulls/1254
26
27 # 0.1.1 (October 29, 2019)
28
29 ### Deprecated
30
31 - `TraceLogger` (use `tracing`'s "log" and "log-always" feature flags instead)
32
33 ### Fixed
34
35 - Issues with `log/std` feature flag (#406)
36 - Minor documentation issues (#405, #408)
37
38 # 0.1.0 (September 3, 2019)
39
40 - Initial release