From 1684ab6599ca46e986b957343bb6ae378d81fb5e Mon Sep 17 00:00:00 2001 From: Christian Busch Date: Tue, 30 Jun 2015 20:58:36 +0200 Subject: [PATCH] Extended the README. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45a6ad1..085f7a9 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,15 @@ At least one config file needs to exist ending with _.config_. A "sample.config. ## Changelog +**2015-06-30** + +- Fixed the check for config files. Can now handle more than one file +- Changed warning for missing config files + **2015-01-12** -- Added checking for needed commands -- Added checking for existing config file +- Added checks for needed commands +- Added checks for existing config file - Added requirements to README.md