diff options
author | Ken Murchison <murch@fastmail.com> | 2022-01-24 08:35:53 -0500 |
---|---|---|
committer | Ken Murchison <murch@fastmail.com> | 2022-01-24 08:35:53 -0500 |
commit | db48f11b7ad125fd9ec75658afd2a995b9703c04 (patch) | |
tree | 54195ea1393b01f58ac36208e57e75a035a35ca5 /ReleaseNotes.txt | |
parent | a244e7b5ffdcfd04ac0e48805224eaa0bd88e6c9 (diff) | |
download | libical-git-db48f11b7ad125fd9ec75658afd2a995b9703c04.tar.gz |
ReleaseNotes.txt: updated to note RFC9073/9074 support
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 a7090c5a..414154fe 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -11,6 +11,7 @@ Version 3.1.0 (NOT RELEASED YET): * Allow previous recurrence iteration * Improved performance of recurrence iterators * All ical*_new_clone() functions have been deprecated in favour of ical*_clone() + * Added support for Event Publishing (RFC 9073) and VALARM (RFC 9074) Extensions * New publicly available functions: + icalrecurrencetype_encode_day + icalrecurrencetype_encode_month |