From 127a18e2fa71d3fc6048ba30d689fea2d45d87a0 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sun, 19 Jul 2020 16:58:24 -0700 Subject: [PATCH] Add feature to changelog --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index aec30072..59f1e63d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,9 @@ Build changes: Other changes: * Now requires CMake 3.6 or later +Improvements: +* Display the file system configuration when mounting a file system + New features: * Add support for atime mount options (noatime, strictatime, relatime, atime, nodiratime). * The new default is now *noatime* (in 0.10.x is was relatime).