From b1dacd886144da9d67e178c02dc9549684fc53d9 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 8 Feb 2016 01:11:03 +0100 Subject: [PATCH] CHANGES minor fixes --- docs/changes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index 5391fb489..2693df71b 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -6,8 +6,9 @@ Version 1.0.0 (not released yet) -------------------------------- Other changes: + - it is now possible to use "pip install borgbackup[fuse]" to automatically - install the llfuse dependency using the correction version requirement + install the llfuse dependency using the correct version requirement for it. you still need to care about having installed the FUSE / build related OS package first, though, so that building llfuse can succeed.