diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ee206bdb9cd74e39704092471e186b94fb688938..02d93aa92a02363278fb0aab01e04de88b46bc53 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,8 @@ Added function which submits a cluster job via ``fsl_sub`` (by Michiel Cottaar). * Assertions (in the :mod:`.assertions` module) can be disabled with the new :func:`.assertions.disabled` context manager. +* New :mod:`fsl.utils.parse_data` module containing various neuroimaging + data constructors for use with ``argparse``. Changed