summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorДилян Палаузов <git-dpa@aegee.org>2022-01-04 17:11:56 +0200
committerДилян Палаузов <git-dpa@aegee.org>2022-01-14 09:45:56 +0200
commitccac39c85b051569dbb384141d4dea6d928200da (patch)
tree98d99241941145e94d92eb62eec7cb9d5bf00a01 /ReleaseNotes.txt
parent96a7ca87bb8986703761f33660f1fd7ff188e92b (diff)
downloadlibical-git-ccac39c85b051569dbb384141d4dea6d928200da.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.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 157c14e8..a6ee06a7 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -39,6 +39,8 @@ Version 3.1.0 (NOT RELEASED YET):
(were in the public headers but not used at all)
+ struct icaltimezonetype
+ struct icaltimezonephase
+ * 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.13 (UNRELEASED):
----------------------------