You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
15
16
16
## [0.11.0] - 2024-01-19
17
17
18
+
### Migration Guide
19
+
20
+
**env_logger::fmt::Style:**
21
+
The bespoke styling API, behind `color`, was removed, in favor of accepting any
22
+
ANSI styled string and adapting it to the target stream's capabilities.
23
+
24
+
Possible styling libraries include:
25
+
-[anstyle](https://docs.rs/anstyle) is a minimal, runtime string styling API and is re-exported as `env_logger::fmt::style`
26
+
-[owo-colors](https://docs.rs/owo-colors) is a feature rich runtime string styling API
27
+
-[color-print](https://docs.rs/color-print) for feature-rich compile-time styling API
0 commit comments