summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-06-09 12:41:41 -0400
committerAllen Winter <allen.winter@kdab.com>2022-06-11 08:52:33 -0400
commitb0aa3088b8b7aeafba3624c957e8eea3ad72b7a7 (patch)
tree82fbaced4e5cf3149f3ef3f45e4b97d34bd43f43 /ReleaseNotes.txt
parent29b385d07c399026f56fce4540c95fc1e7c6cdc3 (diff)
downloadlibical-git-b0aa3088b8b7aeafba3624c957e8eea3ad72b7a7.tar.gz
Internally represent GEO properties as text
This allows arbitrary precision for the GEO values fixes: #531
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 5a4c023b..898fac72 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -17,6 +17,7 @@ Version 3.1.0 (NOT RELEASED YET):
before including <libical-glib/libical-glib.h>
* Allow previous recurrence iteration
* Improved performance of recurrence iterators
+ * GEO property has arbitrary precision (values are internally stored as strings, not doubles)
* 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
* icaltzutil_get_zone_directory() can use the TZDIR environment to find system zoneinfo