Skip to content

Commit ba41ebb

Browse files
committed
docs: Update changelog
1 parent 5e226cb commit ba41ebb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

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+
1034
## [0.10.2] - 2024-01-18
1135

1236
### Performance

0 commit comments

Comments
 (0)