From a8f145167cd3afa54708e634377f326fd3b48cd7 Mon Sep 17 00:00:00 2001 From: james hadfield Date: Tue, 16 May 2023 22:09:52 +1200 Subject: [PATCH] changelog --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ef05ce573..9784d96aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,9 +4,15 @@ ### Bug fixes +* export: No longer export duplicate entries in the colorings array, a bug which has been present in Augur since at least v12 [#719][]. [#1218][] (@jameshadfield) + +* export: In version 22.0.0, some configurations of export may have resulted in the clade coloring appearing last in the Auspice dropdown rather than first. This is now fixed. [#1218] (@jameshadfield) + * export: In version 22.0.0, validation of `augur.utils.read_node_data` was changed to error when a node data JSON did not contain any actual data. This causes export to error when an empty node data JSON is passed, as for example in ncov's pathogen-ci. This is now fixed by warning instead. The bug was originally introduced in PR [#728][]. [#1214][] (@corneliusroemer) +[#719]: https://github.com/nextstrain/augur/issues/719 [#1214]: https://github.com/nextstrain/augur/pull/1214 +[#1218]: https://github.com/nextstrain/augur/pull/1218 ## 22.0.0 (9 May 2023)