summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-10-10 15:01:30 -0400
committerAllen Winter <allen.winter@kdab.com>2022-10-10 15:01:30 -0400
commitb38b67e0097e5cb37a45a53448115586ed0652f3 (patch)
tree82f1926fa53de0abaafa32ea5a79b06fa0b22354 /ReleaseNotes.txt
parentd88b09622acf637b07fa86714f9fad9618f8d6e4 (diff)
parenteeccee80d0485bdd3951924b294a82e8bc39a5f8 (diff)
downloadlibical-git-b38b67e0097e5cb37a45a53448115586ed0652f3.tar.gz
Merge branch '3.0'
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 51d8a44d..3e53453d 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -56,7 +56,7 @@ Version 3.1.0 (NOT RELEASED YET):
Version 3.0.16 (UNRELEASED):
----------------------------
- *
+ * Fix a regression in 3.0.15 that limited how many lines could be processed in one call to icalparser_parse()
Version 3.0.15 (06 October 2022):
---------------------------------
@@ -66,7 +66,7 @@ Version 3.0.15 (06 October 2022):
to work properly between years 1902 and 10k.
* Fix x-property comma handling and escaping
* Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time zone alias)
- * Fix fuzzer issues
+ * Fix a fuzzer issue
* Handle unreachable-code compile warnings with clang
* Ensure all vanew_foo() calls finish with (void*)0 (not 0)