Update Changelog for v2.0-beta2

This commit is contained in:
Jakob Unterwurzacher 2020-11-14 13:21:26 +01:00
parent 1c1692c4d9
commit 5d872b7106
1 changed files with 4 additions and 0 deletions

View File

@ -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