From ee2713bef2115a71ad1e7ecb6ad9a8872bad1b8e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 5 Jun 2015 14:24:38 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 6a4453f2b..b81ce9047 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1306,3 +1306,5 @@ binfs/ instead of NXFLAT. NXFLAT is probably the better solution but recently compiler changes make it unusable. binfs or ELF are fallback binary formats. This commit adds an option to use binfs (2015-06-02). + * apps/examples/unionfs: Add a test of the union file system to + apps/examaples (2015-06-05).