Update CHANGES.rst for issue #867 fix

Document the bug fix for Todo.duration and Event.duration in the Bug fixes section.
pull/880/head
Sashank 2025-07-17 01:41:17 +05:30
rodzic 4c371cf407
commit aee3246e4e
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -41,6 +41,7 @@ New features:
Bug fixes:
- Fix invalid calendar: Parsing a date with TZID results in a datetime to not loose the timezone. See `Issue 187 <https://github.com/collective/icalendar/issues/187>`_.
- Fixed ``Todo.duration`` and ``Event.duration`` to return ``DURATION`` property when set, even without ``DTSTART``. See `Issue 867 <https://github.com/collective/icalendar/issues/867>`_.
6.3.1 (2025-05-20)
------------------