summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-10-05 16:20:18 -0400
committerAllen Winter <allen.winter@kdab.com>2022-10-05 16:20:18 -0400
commitbdb1ca86fb770b22ab4fdd9db12c927519102c76 (patch)
treea94e7699f0a4963a6eb6d5221a984b9e5780937f /ReleaseNotes.txt
parent101ea9db07ecb3dbfccc4172ebfd919d3621da3f (diff)
downloadlibical-git-bdb1ca86fb770b22ab4fdd9db12c927519102c76.tar.gz
Ensure all vanew_foo() calls finish with (void*)0 (not 0)
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 98826346..33fe52db 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -11,6 +11,7 @@ Version 3.0.15 (UNRELEASED):
* Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time zone alias)
* Fix fuzzer issues
* Handle unreachable-code compile warnings with clang
+ * Ensure all vanew_foo() calls finish with (void*)0 (not 0)
Version 3.0.14 (05 February 2022):
----------------------------------