forked from tokio-rs/tracing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
log: prepare to release 0.1.1 (tokio-rs#413)
* log: deprecate `TraceLogger` This deprecation was discussed in tokio-rs#369 (comment). This API should not be used, as the `tracing` crate's `log` and `log-always` features provide better implementations of the same functionality, and the implementation here contains some deadlocks that make it unusable in real-world use-cases. Closes tokio-rs#369 Signed-off-by: Eliza Weisman <[email protected]> * log: minor readme tweaks - Improve list of provded APIs - Remove Gitter Signed-off-by: Eliza Weisman <[email protected]> * log: prepare to release 0.1.1 ### Deprecated - `TraceLogger` (use `tracing`'s "log" and "log-always" feature flags instead) ### Fixed - Issues with `log/std` feature flag (tokio-rs#406) - Minor documentation issues (tokio-rs#405, tokio-rs#408) * fix deprecation warning on reexport * rustfmt Signed-off-by: Eliza Weisman <[email protected]>
- Loading branch information
Showing
4 changed files
with
39 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# 0.1.1 (October 29, 2019) | ||
|
||
### Deprecated | ||
|
||
- `TraceLogger` (use `tracing`'s "log" and "log-always" feature flags instead) | ||
|
||
### Fixed | ||
|
||
- Issues with `log/std` feature flag (#406) | ||
- Minor documentation issues (#405, #408) | ||
|
||
# 0.1.0 (September 3, 2019) | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters