aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorevansiroky <evan.siroky@yahoo.com>2020-10-17 22:35:54 -0700
committerevansiroky <evan.siroky@yahoo.com>2020-10-17 22:35:54 -0700
commiteabb18fc1e19245bc02e23e71f35689ca3dbd46e (patch)
tree264183231a8159b2b4bb049e0d3d9b0c76f3232e /CHANGELOG.md
parentb7d9d79bc6d768bbb4f49a30163fc48f814e8736 (diff)
downloadtimezone-boundary-builder-eabb18fc1e19245bc02e23e71f35689ca3dbd46e.tar.gz
Update timezone config for a few Canadian zones
Fixes #90.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c835ba..3008b1a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
## Pending
+### Zone Changes
+
+* Update some Canadian zones as follows ([#90](https://github.com/evansiroky/timezone-boundary-builder/issues/90))
+ * Use OSM timezone relations in entirety for the following zones: `America/Blanc_Sablon`, `America/Glace_Bay`, `America/Halifax`, `America/Swift_Current`, `America/Toronto`
+* Update to latest OSM data
+
### 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.