From 56d9ba789583f7b7e54180769bb12957535495a1 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Thu, 19 Mar 2020 10:58:06 +0000 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 68562e3bb..482b9abfc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,6 +25,8 @@ Changed BIDS-style naming conventions. * The :func:`.run.run` and :func:`.run.runfsl` functions now pass through any additional keyword arguments to ``subprocess.Popen``. +* The :func:`.run.runfsl` function now raises an error on attempts to + run a command which is not present in ``$FSLDIR/bin/`` (e.g. ``ls``). * The :mod:`.bids` module has been updated to support files with any extension, not just those in the core BIDS specification (``.nii``, ``.nii.gz``, ``.json``, ``.tsv``). -- GitLab