From 6ccdf46491c09cdfd546c5724322e9adc1c5cb32 Mon Sep 17 00:00:00 2001 From: Aris Paschalidis Date: Tue, 10 May 2022 11:27:02 -0400 Subject: [PATCH] Update changelog --- docs/CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 7fde52c..023d780 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -27,6 +27,8 @@ New Features Bug Fixes --------- +- Don't install conda and mamba packages using defaults as this can cause the + install process to hang. - Upgrade ``libgfortran4`` to ``libgfortran5`` (:github:issue:`38`). - Let Freebayes run with only one CPU thread (:github:issue:`33`). - Fix error when app arguments have whitespace characters (:github:issue:`26`,