From 9989d015a1b0d76433bd1f492000282d65292f18 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Tue, 18 Mar 2025 10:20:24 +0100 Subject: [PATCH] chore: update change log --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 78af78aa..f878ffac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Change Log +## Version 0.11.1 - 2025-03-18 + +- (fix) macOS Ventura's version of clang appears to be missing the + `` header, despite Apple claiming otherwise. Fix + this by shipping a wrapper and providing a fallback implementation. + ## Version 0.11.0 - 2025-03-17 - (fix) Remove the `access` implementation from the FUSE driver.