From 62450f9ed7b9ff24e765e9ebf1de4a24e8b2746e Mon Sep 17 00:00:00 2001 From: Odysseas Georgoudis Date: Thu, 24 Oct 2024 00:12:48 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)).