From 88d72e8c176ad5760a7db01cc88ddfb07f54efd2 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sun, 30 Jun 2024 23:03:39 +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 cc44b82..42d9960 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -61,7 +61,7 @@ New features: - Test compatibility with Python 3.12 - Add function ``icalendar.use_pytz()``. - Allows selecting components with ``walk(select=func)`` where ``func`` takes a - component and returns ``True``/``False``. + component and returns ``True`` or ``False``. - Add compatibility to :rfc:`7529`, adding ``vMonth`` and ``vSkip`` Bug fixes: