From 5a6f8d10a4851f82462fc599119d70206b0d72b1 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 23 Dec 2017 21:13:54 +0100 Subject: [PATCH] moving changelog to release comments --- CHANGELOG.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index e1ca3b4..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,36 +0,0 @@ -# version 0.6 - -Modified: - - * migrate profiles' dotfiles under new entry "dotfiles" in config - -Added: - - * adding "include" to include all dotfiles from another profile - ([#12](https://github.com/deadc0de6/dotdrop/issues/12)) - -# version 0.5 - -Added: - - * handling of *actions* for dotfiles - -Fixed: - - * issue with absent dotfile - * issue with importing symlinks - -# 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 -