summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorRobert Stepanek <rsto@fastmailteam.com>2022-10-25 15:32:17 +0200
committerAllen Winter <allen.winter@kdab.com>2022-10-25 15:31:06 -0400
commit359fff600e5793b5170f712643b484fb1313ec43 (patch)
tree8dc9235cd1e0200d08c20220853df46e50b5b43a /ReleaseNotes.txt
parent02a54aa6f926836fe88a0a4a769116960082f410 (diff)
downloadlibical-git-359fff600e5793b5170f712643b484fb1313ec43.tar.gz
Escape comma in x-property TEXT values
453689b7678cbc588c2811efb953d513fc8dc90f changed libical to not escape comma in x-property values. While this is a sane choice for x-property values of unknown kind, it is wrong if the value type of the property is TEXT.
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 84354911..0c122207 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -4,11 +4,12 @@ Release Highlights
Version 3.0.17 (UNRELEASED):
----------------------------
* Improved Android support
+ * Escape commas in x-property TEXT values
Version 3.0.16 (17 October 2022):
---------------------------------
* Fix regressions in 3.0.15 due to improperly tested fuzz fixes
- * Fix argument guards in icaltime_as_timet to match documentation and tests.
+ * Fix argument guards in icaltime_as_timet to match documentation and tests
Version 3.0.15 (06 October 2022):
---------------------------------