diff --git a/CHANGELOG.md b/CHANGELOG.md index face43b2..d9364db5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,14 +81,14 @@ ## v7.4.0 -- Added accessors to `Logger` for sinks, user clock source, clock source type, and pattern formatter options that can be - used to create another `Logger` with similar configuration - Fixed a build issue when compiling with `-fno-rtti`. This ensures compatibility with projects that disable - `RTTI` ([#604](https://github.com/odygrd/quill/issues/604)) + `RTTI`. ([#604](https://github.com/odygrd/quill/issues/604)) - Fixed an incorrectly triggered assertion in debug builds when `BackendOptions::log_timestamp_ordering_grace_period` is - set to 0 ([#605](https://github.com/odygrd/quill/issues/605)) + set to 0. ([#605](https://github.com/odygrd/quill/issues/605)) - 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 accessors to `Logger` for sinks, user clock source, clock source type, and pattern formatter options that can be + used to create another `Logger` with similar configuration. - Added `ConsoleColours::ColourMode` to `ConsoleSink`, allowing colors to be explicitly forced or conditionally enabled based on the environment. Previously, colors were only conditionally enabled. ([#611](https://github.com/odygrd/quill/issues/611)).