From 27cdbeed24126595f8f7122bb1e622715d4b9548 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Tue, 6 Apr 2021 10:54:24 -0400 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index 876470d..552c347 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,9 @@ Note: this changelog only lists feature additions, not bugfixes. For details on those, see the Git history. +* v1.19 + * Add `mode:` option for `create` + * Add `exclude:` option for `link` * v1.18 * Add `--only` and `--except` flags * Add support to run with `python -m dotbot`