diff options
author | Дилян Палаузов <git-dpa@aegee.org> | 2022-01-04 17:11:56 +0200 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2022-01-15 16:53:07 -0500 |
commit | d7e46baed224ca54e448fd506c9271e7da21b28f (patch) | |
tree | 5dd0bcbd45e29f1156a80467496331041070516d /ReleaseNotes.txt | |
parent | 19e0baaa50deebdfc4368ca0a4216f71b5998bce (diff) | |
download | libical-git-d7e46baed224ca54e448fd506c9271e7da21b28f.tar.gz |
icalcomponent_get_duration() — calculate the duration differently for VEVENT and VTODO
icalcomponent_get_dtend() — return null-time, unless called on VEVENT, VAVAILABILITY or VFREEBUSY.
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r-- | ReleaseNotes.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index cd82f85c..c7bd29de 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -3,7 +3,8 @@ Release Highlights Version 3.0.13 (UNRELEASED): ---------------------------- - * + * icalcomponent_get_dtend() return icaltime_null_time(), unless called on VEVENT, VAVAILABILITY or VFREEBUSY + * icalcomponent_get_duration() for VTODO calculate with DUE instead of DTEND Version 3.0.12 (08 December 2021): ---------------------------------- |