From d63a3894adbd7c16ebffe178f4df915103425f35 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 23 Mar 2023 20:11:57 +1000 Subject: [PATCH] Typo. --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 4f4d1ccd..571d4d5d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ v0.11.12 - TBD ===================== -* A safety change for custom VFS implementations. The `pBytesRead` parameter on the onRead callback is not pre-initialized to zero. +* A safety change for custom VFS implementations. The `pBytesRead` parameter on the onRead callback is now pre-initialized to zero. v0.11.12 - 2023-03-23