diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b6dad1cea394714ff0a04fe33fd78a207858b388..c06e297f43fbb2789d5cc38c6131b71ca9f0b9d8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,6 +23,10 @@ Changed file handles. * The :meth:`.Image.resample` method now supports images with more than three dimensions. +* The :func:`fsl.utils.fslsub.submit` now returns the job-id as a string + rather than a one-element tuple. It now also accepts a nested sequence + of job ids rather than just a flat sequence. This will also changes the + output from the function wrappers in :mod:`fsl.wrappers` if submitted. Removed