From 42d330f894ff7310a3e1f79af3c887d9a64cca4b Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 26 Oct 2024 10:46:48 +0100 Subject: [PATCH] log changes --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d0eea36..84299a5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,8 @@ Minor changes: - Added ``end``, ``start``, ``duration``, ``DTSTART``, ``DUE``, and ``DURATION`` attributes to ``Todo`` components. See `Issue 662`_. - Format test code with Ruff. See `Issue 672 `_. - Document the Debian package. See `Issue 701 `_. +- Document ``vDatetime.from_ical`` +- Allow passing a ``datetime.date`` to ``TZP.localize_utc`` and ``TZP.localize`` methods. Breaking changes: @@ -20,6 +22,10 @@ New features: - 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. +- Add ``Component.DTSTAMP`` and ``Component.LAST_MODIFIED`` properties for datetime in UTC. +- Add ``Component.is_thunderbird()`` to check if the component uses custom properties by Thunderbird. +- Add ``X_MOZ_SNOOZE_TIME`` and ``X_MOZ_LASTACK`` properties to ``Event`` and ``Todo``. +- Add ``Alarm.ACKNOWLEDGED``, ``Alarm.REPEAT`` and ``Alarm.DURATION`` properties. Bug fixes: