From 2d02ec2bea8beaf05ab146da179ff6411b131217 Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:08:42 -0700 Subject: [PATCH] Update changelog --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 69eaf3769..e91dd5d32 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,9 +9,11 @@ ### Bug fixes * parse: Fix a bug where `--fix-dates` was always applied, with a default of `--fix-dates=monthfirst`. Now, running without `--fix-dates` will leave dates as-is. [#1247][] (@victorlin) +* `augur.io.open_file`: Previously, the docs described a type restriction on `path_or_buffer` but it was not enforced. It has been updated to allow all I/O classes, and is enforced at run-time. [#1250][] (@victorlin) [#1240]: https://github.com/nextstrain/augur/pull/1240 [#1247]: https://github.com/nextstrain/augur/issues/1247 +[#1250]: https://github.com/nextstrain/augur/pull/1250 ## 22.0.3 (14 June 2023)