From cf4e41697b6a6ea5eefe8505595da637d784e9a4 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Fri, 8 Sep 2017 15:37:08 +0200 Subject: [PATCH] adding a changelog --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dc9db3c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# version 0.5 + +Added: + + * handling of *actions* for dotfiles + +Fixed: + + * issue with absent dotfile + +# version 0.4 + +Added: + + * new command *listfiles* to list files related to a specific + profile + +# version 0.3 + +Modified: + + * cleaning usage + * be quiet by default on *install* and *compare* commands +