From ff8552b913dd771fb025b98493fb76dbd7d86271 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 26 Oct 2024 10:40:32 +0100 Subject: [PATCH] log changes --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ea571088..d0eea36e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,6 +18,8 @@ New features: - Add ``VALARM`` properties for :rfc:`9074`. See `Issue 657 `_ - Test compatibility with Python 3.13 +- Add ``icalendar.alarms`` module to calculate alarm times. See `Issue 716 `_. +- Add ``Event.alarms`` and ``Todo.alarms`` to access alarm calculation. Bug fixes: