From 114e21b103894daa1a8eeca4c254883d3200e1bd Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:46:57 -0700 Subject: [PATCH] Update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e735c5c8c..760a50e15 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,7 @@ ### Features +* All commands: Allow repeating an option that takes multiple values. Previously, if options were set using separate option flags (e.g. `--exclude-where 'region=A' 'region=B'`), only the last flag would be used. Now, all values will be used. [#1445][] (@victorlin) * ancestral, translate: output node data files are now validated. The argument `--validation-mode` is added which controls this behaviour (default: error). This argument also controls validation of the input node-data file (ancestral only). [#1440][] (@jameshadfield) ### Bug Fixes @@ -12,6 +13,7 @@ * validation: we no longer perform any validation when the requested validation mode is "skip" [#1440][] (@jameshadfield) [#1440]: https://github.com/nextstrain/augur/pull/1440 +[#1445]: https://github.com/nextstrain/augur/pull/1445 ## 24.3.0 (18 March 2024)