From a10b44a265800469de71e3edd09f683d9f2bfbce Mon Sep 17 00:00:00 2001
From: Alexander Neumann <alexander@bumpern.de>
Date: Sat, 19 Sep 2020 14:35:55 +0200
Subject: [PATCH] Add note about fuse

---
 changelog/unreleased/pull-2600 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/changelog/unreleased/pull-2600 b/changelog/unreleased/pull-2600
index 058b2ba28..76e4c7865 100644
--- a/changelog/unreleased/pull-2600
+++ b/changelog/unreleased/pull-2600
@@ -4,8 +4,11 @@ Restic now requires Go to be at least 1.13. This allows simplifications in the
 build process and removing workarounds.
 
 This is also probably the last version of restic still supporting mounting
-repositories via fuse on macOS.
+repositories via fuse on macOS. The library we're using for fuse does not
+support macOS any more and osxfuse is not open source any more.
 
 https://github.com/restic/restic/pull/2600
 https://github.com/restic/restic/pull/2852
 https://github.com/restic/restic/pull/2927
+https://github.com/bazil/fuse/issues/224
+https://github.com/osxfuse/osxfuse/issues/590