From 93a3fd2550600f6ec4fb782e74af59105f412acd Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Fri, 2 May 2025 17:48:15 +0100 Subject: [PATCH] Update CHANGES.rst Co-authored-by: Steve Piercy --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5d1089c..fe4d6b3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -31,7 +31,7 @@ New features: Bug fixes: - Move import at the end of ``icalendar.parser`` into a function to mitigate import errors, see `Issue 781 `_. -- ``ALTREP``, ``DELEGATED-FROM``, ``DELEGATED-TO``, ``DIR``, ``MEMBER`` and ``SENT-BY`` require double quotes. These are now always added. +- ``ALTREP``, ``DELEGATED-FROM``, ``DELEGATED-TO``, ``DIR``, ``MEMBER``, and ``SENT-BY`` require double quotes. These are now always added. - Classify ``CATEGORIES`` as multiple in ``VEVENT``. See `PR 808 `_. 6.1.3 (2025-03-19)