From a6e045d7b145a2a9998bd620943a6e64e4c4ba37 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:51:49 -0700 Subject: [PATCH] Update changeglog --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5e568a711..20ccf6e4d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,11 +2,17 @@ ## __NEXT__ +### Features + +* ancestral, translate: Add `--skip-validation` as an alias to `--validation-mode=skip`. [#1656][] (@victorlin) +* clades: Allow customizing the validation of input node data JSON files with `--validation-mode` and `--skip-validation`. [#1656][] (@victorlin) + ### Bug Fixes * index: Previously specifying a directory that does not exist in the path to `--output` would result in an incorrect error stating that the input file does not exist. It now shows the correct path responsible for the error. [#1644][] (@victorlin) [#1644]: https://github.com/nextstrain/augur/issues/1644 +[#1656]: https://github.com/nextstrain/augur/pull/1656 ## 26.0.0 (17 September 2024)