aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-10-31 21:09:38 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-10-31 21:09:38 +0000
commitcee458cc48021149eb20c104cc018f17d1fd993f (patch)
tree7f8cde7596cb02af1defd13049f7d7a1bae418e9 /CHANGELOG.md
parentversion bump to 1.0.0b13 for check command (diff)
added CHANGELOG
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..7d80852
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,20 @@
+## v1.0.0b13
+
+* New **check** command
+
+### Example:
+
+```
+datamaps check
+```
+
+Checks that the necessary auxiliary files are in place so that basic
+functionality can take place.
+
+Checks for:
+
+* Documents/input/blank_template.xlsx
+* Documents/input/datamap.csv
+
+Also carries out basic sanity checks on the datamap file, to ensure requisite
+headers, number of fields, etc.