From 5d872b71066f5853e3fbcc8c2e7fc3235215b72c Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 14 Nov 2020 13:21:26 +0100 Subject: [PATCH] Update Changelog for v2.0-beta2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6080cf7..a583478 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,10 @@ RM: 3.379 Changelog --------- +v2.0-beta2, 2020-11-14 +* Improve [performance](Documentation/performance.txt#L69) +* Fix [GETATTR panic](https://github.com/rfjakob/gocryptfs/issues/519#issuecomment-718790790) in reverse mode + v2.0-beta1, 2020-10-15 * **Switch to the improved go-fuse [v2 API](https://pkg.go.dev/github.com/hanwen/go-fuse/v2@v2.0.3/fs)** * This is a big change, a lot of code has been reorganized or rewritten