Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd authored Oct 23, 2024
1 parent c2af97a commit 62450f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down

0 comments on commit 62450f9

Please sign in to comment.