From 939d2cb33ca5ab312c9ca2804260bb801d5ed8bb Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:22:17 -0800 Subject: [PATCH] Update changelog --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 2ab4c8d8c..5ad17a502 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,7 +9,13 @@ * Incompatible arguments are now checked, especially related to VCF vs FASTA inputs. * `--vcf-reference` and `--root-sequence` are now mutually exclusive. +### Bug Fixes + +* ancestral: Previously, the help text for --genes falsely claimed that it could accept a file. Now, it can truly claim that. [#1353][] (@victorlin) +* Deprecate `read_strains` from `augur.utils` and add it to the public API under `augur.io`. [#1353][] (@victorlin) + [#1344]: https://github.com/nextstrain/augur/pull/1344 +[#1353]: https://github.com/nextstrain/augur/pull/1353 ## 23.1.1 (7 November 2023)