From 6b4f356b021e6d7cdb43d10f4e6bc6b31eb90801 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 23 Mar 2023 10:46:15 +1000 Subject: [PATCH] Update change history. --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index b04334ca..4f4d1ccd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +v0.11.12 - TBD +===================== +* A safety change for custom VFS implementations. The `pBytesRead` parameter on the onRead callback is not pre-initialized to zero. + + v0.11.12 - 2023-03-23 ===================== * Fix compilation errors with the C++ build.