diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4dc7df9ec8ce20b7304ddc0b63307daa567e5018..c6ebac78a95cdd6d79d0908561749871937fd3ca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,29 @@ This document contains the ``fslpy`` release history in reverse chronological order. +3.5.0 (Under development) +------------------------- + + +Added +^^^^^ + + +* New ``fsl_anat.tree``, for use with the :mod:`.filetree` package (!264). +* New :func:`.fsl_prepare_fieldmap` wrapper function (!265). +* The :class:`.fslmaths` wrapper now supports the ``fslmaths -s`` option + via the :meth:`.fslmaths.smooth` method (!271). + + +Fixed +^^^^^ + + +* Windows/WSL-specific workaround to the :func:`fsl.utils.run.run` function to + avoid console windows from popping up, when used from a graphical program + (!272). + + 3.4.0 (Tuesday 20th October 2020) ---------------------------------