File tree 1 file changed +24
-0
lines changed 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
<!-- next-header -->
8
8
## [ Unreleased] - ReleaseDate
9
9
10
+ ### Breaking Change
11
+
12
+ - Removed bespoke styling API
13
+ - ` env_logger::fmt::Formatter::style `
14
+ - ` env_logger::fmt::Formatter::default_styled_level `
15
+ - ` env_logger::fmt::Style `
16
+ - ` env_logger::fmt::Color `
17
+ - ` env_logger::fmt::StyledValue `
18
+ - Removed ` env_logger::filter ` in favor of ` env_filter `
19
+
20
+ ### Compatibility
21
+
22
+ MSRV changed to 1.71
23
+
24
+ ### Features
25
+
26
+ - Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities
27
+ - Add support for ` NO_COLOR ` and ` CLICOLOR_FORCE ` , see https://bixense.com/clicolors/
28
+
29
+ ### Fixes
30
+
31
+ - Print colors when ` is_test(true) `
32
+ - Allow styling with ` Target::Pipe `
33
+
10
34
## [ 0.10.2] - 2024-01-18
11
35
12
36
### Performance
You can’t perform that action at this time.
0 commit comments