aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Fuller <nfuller@google.com>2020-07-29 15:04:02 +0100
committerNeil Fuller <nfuller@google.com>2020-07-29 15:04:21 +0100
commit9336ecd12108eacadbf838016667eb49806b6f38 (patch)
tree69028151edeb67434ef7eeb65e64edf0e082bb59
parent6128709e84cc8c8e7bcfe0193cab9f409d9afe43 (diff)
downloadtimezone-boundary-builder-9336ecd12108eacadbf838016667eb49806b6f38.tar.gz
Add CHANGELOG.md entry to describe flags changes
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4812a8c..9c835ba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## Pending
+
+### Other Changes
+
+* Switch command line flag processing to use the yargs library. Existing flags have changed: --no-validation and --filtered-zones have been renamed to --no_validation and --included_zones respectively. --included_zones now takes a list without quotes or commas.
+* Addition of new flags: --excluded_zones, --dist_dir, --downloads_dir, --skip_zip, --skip_shapefile. See --help and README.md for details.
+
## 2020a
### Zone Changes