diff --git a/CHANGELOG.md b/CHANGELOG.md index d342de15..face43b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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