From 3dcf8a1ba2e614094c69ab1d22d6df0e2630600a Mon Sep 17 00:00:00 2001 From: John Huddleston Date: Tue, 7 Jul 2020 10:30:21 -0700 Subject: [PATCH] Note that recent PRs represent major changes to the API --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ccf14986b..f3e6e6136 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,14 @@ ## __NEXT__ +### Major Changes + +* utils: `read_metadata` interface improvements + * raises exceptions when 1) input file is missing or unreadable or 2) required columns (`strain` or `name`) are missing instead of failing silently [#584][] + * automatically detects delimiter in metadata file instead of assuming delimiter based on filename extension [#587][] + +[#584]: https://github.com/nextstrain/augur/pull/584 +[#587]: https://github.com/nextstrain/augur/pull/587 ## 9.0.0 (29 June 2020)