From d84cee2ebf214faa781c1d2508214369ba6d2c82 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Thu, 19 Mar 2020 10:41:00 +0000 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5cb5224b0..68562e3bb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,6 +23,8 @@ Changed * The :func:`.gifti.relatedFiles` function now supports files with BIDS-style naming conventions. +* The :func:`.run.run` and :func:`.run.runfsl` functions now pass through + any additional keyword arguments to ``subprocess.Popen``. * 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