Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Oct 22, 2024
1 parent 75596f2 commit 79bf8a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@
- Fixed a compile-time error in `CsvWriter` that occurred when passing a custom `FrontendOptions` type as a template
parameter. ([#609](https://github.com/odygrd/quill/issues/609))
- Added `ConsoleColours::ColourMode` to `ConsoleSink`, allowing colors to be explicitly forced or conditionally enabled
based on the environment. Previously, colors were only conditionally enabled. This new option is particularly useful
in environments like `QtCreator`'s `Application Output`, where automatic detection may fail. To use this option, pass
the desired `ColourMode` to the `ConsoleSink` constructor ([#611](https://github.com/odygrd/quill/issues/611)).
based on the environment. Previously, colors were only conditionally
enabled. ([#611](https://github.com/odygrd/quill/issues/611)).

For example:
```cpp
Expand Down

0 comments on commit 79bf8a9

Please sign in to comment.