From 14021483d110051e04b378f59ae79c8a21125503 Mon Sep 17 00:00:00 2001 From: Rafael Mamede Date: Wed, 12 Jun 2024 15:28:35 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 925a69af..0afc7914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.3.6 - 2024-06 +## 3.3.6 - 2024-06-12 - Added support for translation tables different than 11 to UniprotFinder and AlleleCallEvaluator. @@ -10,7 +10,7 @@ - Fixed an issue in the AlleleCallEvaluator module when using `--no-pa` and `--no-dm`. -- The AlleleCallEvaluator module no longer tries to compute the distance matrix, MSA, and tree if cgMLST is composed of 0 loci. +- The AlleleCallEvaluator module no longer tries to compute the distance matrix, MSA, and tree if the cgMLST is composed of 0 loci. - Fixed an issue in RemoveGenes where it would not get the first ID in the input list.