aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2021-01-25 20:58:03 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2021-01-25 20:58:03 +0000
commitd63422d0eed8511815d856502c808e8e173497ab (patch)
treeba57c02ae5772db685d1f07cc02bb105f73e6e61 /CHANGELOG.md
parentnow handles --inputdir and --zipinput and NestedZipError (diff)
added details of -z flag and v1.1.2
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1fd61e5..9345c8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## v1.1.2
+
+* Introduced the `-z/--zipinput` flag to `datamaps import templates` command,
+ allowing user to point to a zip file containing populated templates.
+
## v1.1.1
* fixed bug where relative paths could not be used as CLI flags.