From ec9b17b02eb2367bf763959bb97109e1289f8e92 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:36:12 -0800 Subject: [PATCH] Update changelog Follow-up to "[vcf] replace augur's read_vcf with TreeTime's" (70ee412a0). --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 05c9b099f..798165102 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,7 @@ ### Features * `augur.io.read_metadata`: A new optional `dtype` argument allows custom data types for all columns. Automatic type inference still happens by default, so this is not a breaking change. [#1252][] (@victorlin) -* `augur.io.read_vcf` has been removed and usage replaced with TreeTime's function of the same name which has improved validation of the VCF file. +* `augur.io.read_vcf` has been removed and usage replaced with TreeTime's function of the same name which has improved validation of the VCF file. [#1366][] (@jameshadfield) ### Bug Fixes @@ -14,6 +14,7 @@ * Support Biopython `≥1.82` by requiring bcbio-gff `≥0.7.1`. [#1400][] (@victorlin) [#1252]: https://github.com/nextstrain/augur/pull/1252 +[#1366]: https://github.com/nextstrain/augur/pull/1366 [#1400]: https://github.com/nextstrain/augur/pull/1400 ## 24.0.0 (22 January 2024)