From e0e8d74d01588764c80eeaa541bcc347430461e6 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Mon, 27 Jan 2020 14:25:12 -0800 Subject: [PATCH] update changelog --- Changelog.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Changelog.asciidoc b/Changelog.asciidoc index aaa68170..11858f9f 100644 --- a/Changelog.asciidoc +++ b/Changelog.asciidoc @@ -1,9 +1,10 @@ = Changelog -v1.6B1 (2020.1 B1):: +v1.6 (2020):: 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.)