update changelog

This commit is contained in:
Bill Zissimopoulos 2020-01-27 14:25:12 -08:00
parent e608920679
commit e0e8d74d01
No known key found for this signature in database
GPG Key ID: 3D4F95D52C7B3EA3

View File

@ -1,9 +1,10 @@
= Changelog = Changelog
v1.6B1 (2020.1 B1):: v1.6 (2020)::
Changes since v1.5: Changes since v1.5:
* [FIX] Do no pass `O_APPEND` flag to FUSE file systems, which would result in data corruption under some circumstances. (See PR #272. Thanks @pfrejo.)
* [FIX] Fix how rename target directories are opened (use `FILE_DIRECTORY_FILE`). (See PR #270. Thanks @hammerg.) * [FIX] Fix how rename target directories are opened (use `FILE_DIRECTORY_FILE`). (See PR #270. Thanks @hammerg.)