diff options
author | Allen Winter <allen.winter@kdab.com> | 2019-04-28 12:10:27 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2019-04-28 12:10:27 -0400 |
commit | 0d8a117bc770f46c5fac42cf96928b4798efee4b (patch) | |
tree | a97cf677fd61ea845e08b0c876930d22afb1e0ed /ReleaseNotes.txt | |
parent | 8637e761e579995ff9d21ab05b5ea0d8bb3e0cda (diff) | |
download | libical-git-0d8a117bc770f46c5fac42cf96928b4798efee4b.tar.gz |
icalproperty.c - use location as TZID fallback in icalproperty_get_datetime_with_component
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r-- | ReleaseNotes.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index e7c21809..466fd56d 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -6,6 +6,7 @@ Version 3.0.5 (NOT RELEASED YET): * New publicly available function: + icalproperty_get_datetime_with_component() * Allow reset DATE/DATE-TIME VALUE parameter for all-day events + * icalproperty_get_datetime_with_component() will use location as TZID fallback. * New CMake option ENABLE_GTK_DOC for disabling the libical-glib developer documentation * GObject Introspection - use $MAJOR-0 versioning * libical-glib API is considered unstable, define LIBICAL_GLIB_UNSTABLE_API=1 before |