diff --git a/ChangeLog.txt b/ChangeLog.txt index 250b945e..aec30072 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -9,7 +9,7 @@ Other changes: New features: * Add support for atime mount options (noatime, strictatime, relatime, atime, nodiratime). -* The default is atime behavior is now *noatime* (in 0.10.x is was relatime). +* The new default is now *noatime* (in 0.10.x is was relatime). Noatime reduces the amount of write necessary and with that reduces the probability for synchronization conflicts or corrupted file systems if a power outage happens while writing. * Add an --immediate flag to cryfs-unmount that tries to unmount immediately and doesn't wait for processes to release their locks on the file system.