From 927b2dc7624e741f3f66791b394e957a131590c8 Mon Sep 17 00:00:00 2001 From: Odysseas Georgoudis Date: Wed, 9 Aug 2023 02:04:01 +0100 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8976cd0f..1f47cf5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,9 @@ - Resolved "bad_variant_access" error occurring when using Quill as a pre-compiled library with a distinct queue type. ([#276](https://github.com/odygrd/quill/pull/276)) +- Resolved a bug in `RotatingFileHandler` associated with logfiles located outside the working directory, + specifically when used with open_mode `a`. ([#340](https://github.com/odygrd/quill/pull/340)) + ## v3.3.1 - Fixed `RotatingFileHandler` to prevent accidental removal of non-log files when using open mode `w`