From d6f505038a0b25a1cd521fa14ddf169a12193a65 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Mon, 27 Jun 2016 20:05:46 -0700 Subject: [PATCH] ChangeLog --- ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 64957061..9894f09a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,7 @@ Version 0.10.0 (unreleased) --------------- New Features: * Integrity checks ensure you notice when someone modifies your file system. +* File system nodes (files, directories, symlinks) store a parent pointer to the directory that contains them. This information can be used to resolve synchronization conflicts. Version 0.9.5 (unreleased) ---------------