diff --git a/docs/src/changelog.rst b/docs/src/changelog.rst index aa9e3829..9764bf6e 100644 --- a/docs/src/changelog.rst +++ b/docs/src/changelog.rst @@ -2,6 +2,19 @@ Change log ========== +2.2.4 +----- + +Bug Fixes: +* (`#475 `_) If all genomes are classified using ANI, Tk will skip the identify step and align steps + +Minor changes: +* Add hidden '--skip_pplacer' flag to skip pplacer step ( useful for debugging) +* Improve documentation +* Convert stage_logger to a Singleton class +* Use existing ANI results if available + + 2.2.3 -----