From 17adc59b98e895d5b8c6bc3d7efc5581c481c998 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Wed, 19 Mar 2025 10:29:49 +0000 Subject: [PATCH] log changes --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 21d64ac..a7ac122 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,7 +18,7 @@ New features: Bug fixes: -- ... +- Move import at the end of ``icalendar.parser`` into a function to mitigate import errors, see `Issue 781 `_. 6.1.2 (2025-03-19) ------------------